mirror of
https://github.com/postgres/postgres.git
synced 2025-06-16 06:01:02 +03:00
Reduce the default value of autovacuum_vacuum_cost_delay to 2ms.
This is a better way to implement the desired change of increasing autovacuum's default resource consumption. Discussion: https://postgr.es/m/28720.1552101086@sss.pgh.pa.us
This commit is contained in:
@ -7033,7 +7033,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
|
||||
Specifies the cost delay value that will be used in automatic
|
||||
<command>VACUUM</command> operations. If -1 is specified, the regular
|
||||
<xref linkend="guc-vacuum-cost-delay"/> value will be used.
|
||||
The default value is 20 milliseconds.
|
||||
The default value is 2 milliseconds.
|
||||
This parameter can only be set in the <filename>postgresql.conf</filename>
|
||||
file or on the server command line;
|
||||
but the setting can be overridden for individual tables by
|
||||
|
Reference in New Issue
Block a user