mirror of
https://github.com/postgres/postgres.git
synced 2025-07-17 06:41:09 +03:00
Make autovacuum behavior more agressive, per discussion on hackers list
--- was part of autovacuum default 'on' patch that was reverted, but we want this part. Peter Eisentraut
This commit is contained in:
@ -363,13 +363,13 @@
|
||||
|
||||
#autovacuum = off # enable autovacuum subprocess?
|
||||
#autovacuum_naptime = 60 # time between autovacuum runs, in secs
|
||||
#autovacuum_vacuum_threshold = 1000 # min # of tuple updates before
|
||||
#autovacuum_vacuum_threshold = 500 # min # of tuple updates before
|
||||
# vacuum
|
||||
#autovacuum_analyze_threshold = 500 # min # of tuple updates before
|
||||
#autovacuum_analyze_threshold = 250 # min # of tuple updates before
|
||||
# analyze
|
||||
#autovacuum_vacuum_scale_factor = 0.4 # fraction of rel size before
|
||||
#autovacuum_vacuum_scale_factor = 0.2 # fraction of rel size before
|
||||
# vacuum
|
||||
#autovacuum_analyze_scale_factor = 0.2 # fraction of rel size before
|
||||
#autovacuum_analyze_scale_factor = 0.1 # fraction of rel size before
|
||||
# analyze
|
||||
#autovacuum_vacuum_cost_delay = -1 # default vacuum cost delay for
|
||||
# autovac, -1 means use
|
||||
|
Reference in New Issue
Block a user