mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-18 18:44:06 +08:00
Fix typo on autovacuum readme.
This commit is contained in:
parent
14e7a651b4
commit
6479ee28c0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user