mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08: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
@ -362,6 +362,8 @@
|
|||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
|
|
||||||
#autovacuum = off # enable autovacuum subprocess?
|
#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_naptime = 1min # time between autovacuum runs
|
||||||
#autovacuum_vacuum_threshold = 500 # min # of tuple updates before
|
#autovacuum_vacuum_threshold = 500 # min # of tuple updates before
|
||||||
# vacuum
|
# vacuum
|
||||||
|
Loading…
Reference in New Issue
Block a user