mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 16:21:20 +03:00
doc: improve wording of vacuum_max_eager_freeze_failure_rate
This commit is contained in:
parent
039bfc457e
commit
10e8176950
@ -9555,8 +9555,8 @@ COPY postgres_log FROM '/full/path/to/logfile.csv' WITH csv;
|
||||
</para>
|
||||
|
||||
<para>
|
||||
Note that when eager scanning is enabled, successful page freezes do
|
||||
not count against the cap on eager freeze failures. Successful page
|
||||
Note that when eager scanning is enabled, only freeze failures
|
||||
count against the cap, not successful freezing. Successful page
|
||||
freezes are capped internally at 20% of the all-visible but not
|
||||
all-frozen pages in the relation. Capping successful page freezes helps
|
||||
amortize the overhead across multiple normal vacuums and limits the
|
||||
|
Loading…
x
Reference in New Issue
Block a user