We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14e7a65 commit 6479ee2Copy full SHA for 6479ee2
contrib/pg_autovacuum/README.pg_autovacuum
@@ -147,10 +147,10 @@ delete):
147
- If the number of (deletes + updates) > VacuumThreshold, then a
148
vacuum analyze is performed.
149
150
-deleteThreshold is equal to:
+VacuumThreshold is equal to:
151
vacuum_base_value + (vacuum_scaling_factor * "number of tuples in the table")
152
153
-insertThreshold is equal to:
+AnalyzeThreshold is equal to:
154
analyze_base_value + (analyze_scaling_factor * "number of tuples in the table")
155
156
The AnalyzeThreshold defaults to half of the VacuumThreshold since it
0 commit comments