Commit 6479ee28 authored by Bruce Momjian's avatar Bruce Momjian

Fix typo on autovacuum readme.

parent 14e7a651
...@@ -147,10 +147,10 @@ delete): ...@@ -147,10 +147,10 @@ delete):
- If the number of (deletes + updates) > VacuumThreshold, then a - If the number of (deletes + updates) > VacuumThreshold, then a
vacuum analyze is performed. vacuum analyze is performed.
deleteThreshold is equal to: VacuumThreshold is equal to:
vacuum_base_value + (vacuum_scaling_factor * "number of tuples in the table") vacuum_base_value + (vacuum_scaling_factor * "number of tuples in the table")
insertThreshold is equal to: AnalyzeThreshold is equal to:
analyze_base_value + (analyze_scaling_factor * "number of tuples in the table") analyze_base_value + (analyze_scaling_factor * "number of tuples in the table")
The AnalyzeThreshold defaults to half of the VacuumThreshold since it The AnalyzeThreshold defaults to half of the VacuumThreshold since it
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment