aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 8726f01cd6d..dcd3a024432 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -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