mirror of
https://github.com/postgres/postgres.git
synced 2026-06-10 17:20:31 -04:00
Mention in postgresql.conf that autovacuum also needs
stats_start_collector and stats_row_level to also be on David Wheeler
This commit is contained in:
parent
e020a5a6a9
commit
e3f1607cf8
1 changed files with 2 additions and 0 deletions
|
|
@ -362,6 +362,8 @@
|
|||
#---------------------------------------------------------------------------
|
||||
|
||||
#autovacuum = off # enable autovacuum subprocess?
|
||||
# 'on' requires stats_start_collector
|
||||
# and stats_row_level to also be on
|
||||
#autovacuum_naptime = 1min # time between autovacuum runs
|
||||
#autovacuum_vacuum_threshold = 500 # min # of tuple updates before
|
||||
# vacuum
|
||||
|
|
|
|||
Loading…
Reference in a new issue