projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14e7a65
)
Fix typo on autovacuum readme.
author
Bruce Momjian
<bruce@momjian.us>
Sun, 9 Nov 2003 03:15:46 +0000
(
03:15
+0000)
committer
Bruce Momjian
<bruce@momjian.us>
Sun, 9 Nov 2003 03:15:46 +0000
(
03:15
+0000)
contrib/pg_autovacuum/README.pg_autovacuum
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_autovacuum/README.pg_autovacuum
b/contrib/pg_autovacuum/README.pg_autovacuum
index e14dd5153e2592e46c56548444d29779f8d68995..6a98f6882a98ac2e4506fb02e2922dc2f2a6475c 100644
(file)
--- a/
contrib/pg_autovacuum/README.pg_autovacuum
+++ b/
contrib/pg_autovacuum/README.pg_autovacuum
@@
-147,10
+147,10
@@
delete):
- If the number of (deletes + updates) > VacuumThreshold, then a
vacuum analyze is performed.
-deleteThreshold is equal to:
+VacuumThreshold is equal to:
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")
The AnalyzeThreshold defaults to half of the VacuumThreshold since it