- Notifications
You must be signed in to change notification settings - Fork5
Commita0f5954
committed
Increase max_wal_size's default from 128MB to 1GB.
The introduction of min_wal_size & max_wal_size in88e9823 makes itfeasible to increase the default upper bound in checkpointsize. Previously raising the default would lead to a increased diskfootprint, even if more segments weren't beneficial. The low default ofcheckpoint size is one of common performance problem users have thusincreasing the default makes sense. Setups where the increase inmaximum disk usage is a problem will very likely have to run with amodified configuration anyway.Discussion: 54F4EFB8.40202@agliodbs.com, CA+TgmoZEAgX5oMGJOHVj8L7XOkAe05Gnf45rP40m-K3FhZRVKg@mail.gmail.comAuthor: Josh Berkus, after a discussion involving lots of people.1 parent241f088 commita0f5954
File tree
5 files changed
+5
-5
lines changed- doc/src/sgml
- src/backend
- access/transam
- utils/misc
5 files changed
+5
-5
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2430 | 2430 |
| |
2431 | 2431 |
| |
2432 | 2432 |
| |
2433 |
| - | |
| 2433 | + | |
2434 | 2434 |
| |
2435 | 2435 |
| |
2436 | 2436 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
475 | 475 |
| |
476 | 476 |
| |
477 | 477 |
| |
478 |
| - | |
| 478 | + | |
479 | 479 |
| |
480 | 480 |
| |
481 | 481 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 |
| - | |
| 82 | + | |
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2191 | 2191 |
| |
2192 | 2192 |
| |
2193 | 2193 |
| |
2194 |
| - | |
| 2194 | + | |
2195 | 2195 |
| |
2196 | 2196 |
| |
2197 | 2197 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
199 | 199 |
| |
200 | 200 |
| |
201 | 201 |
| |
202 |
| - | |
| 202 | + | |
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
|
0 commit comments
Comments
(0)