Reduce the default value of autovacuum_vacuum_cost_delay to 2ms.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 Mar 2019 19:16:21 +0000 (15:16 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 10 Mar 2019 19:16:21 +0000 (15:16 -0400)
commitcbccac371c79d96c44fcd8c9cbb5ff4dedaaa522
tree2bd7609c8c97b2195d3a2f25deed7a7099542258
parent52985e4fea75f1ec742742f27e246a8775c99e08
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
doc/src/sgml/config.sgml
src/backend/utils/misc/guc.c
src/backend/utils/misc/postgresql.conf.sample