mirror of
https://github.com/postgres/postgres.git
synced 2025-06-03 01:21:48 +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>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Note that when eager scanning is enabled, successful page freezes do
|
Note that when eager scanning is enabled, only freeze failures
|
||||||
not count against the cap on eager freeze failures. Successful page
|
count against the cap, not successful freezing. Successful page
|
||||||
freezes are capped internally at 20% of the all-visible but not
|
freezes are capped internally at 20% of the all-visible but not
|
||||||
all-frozen pages in the relation. Capping successful page freezes helps
|
all-frozen pages in the relation. Capping successful page freezes helps
|
||||||
amortize the overhead across multiple normal vacuums and limits the
|
amortize the overhead across multiple normal vacuums and limits the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user