forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit52985e4
committed
Revert "Increase the default vacuum_cost_limit from 200 to 2000"
This reverts commitbd09503.Per discussion, it seems like what we should do instead is toreduce the default value of autovacuum_vacuum_cost_delay by thesame factor. That's functionally equivalent as long as theplatform can accurately service the smaller delay request, whichshould be true on anything released in the last 10 years or more.And smaller, more-closely-spaced delays are better in terms ofproviding a steady I/O load.Discussion:https://postgr.es/m/28720.1552101086@sss.pgh.pa.us1 parentcaf626b commit52985e4
File tree
4 files changed
+4
-4
lines changed- doc/src/sgml
- src/backend/utils
- init
- misc
4 files changed
+4
-4
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1932 | 1932 |
| |
1933 | 1933 |
| |
1934 | 1934 |
| |
1935 |
| - | |
| 1935 | + | |
1936 | 1936 |
| |
1937 | 1937 |
| |
1938 | 1938 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
| 140 | + | |
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2265 | 2265 |
| |
2266 | 2266 |
| |
2267 | 2267 |
| |
2268 |
| - | |
| 2268 | + | |
2269 | 2269 |
| |
2270 | 2270 |
| |
2271 | 2271 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
162 |
| - | |
| 162 | + | |
163 | 163 |
| |
164 | 164 |
| |
165 | 165 |
| |
|
0 commit comments
Comments
(0)