mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
doc: add PG 10 doc item about VACUUM truncation, 7e26e02ee
Reported-by: Andres Freund
This commit is contained in:
@ -1744,6 +1744,22 @@
|
|||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
|
<listitem>
|
||||||
|
<!--
|
||||||
|
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
|
||||||
|
2017-01-23 [7e26e02ee] Prefetch blocks during lazy vacuum's truncation scan
|
||||||
|
-->
|
||||||
|
<para>
|
||||||
|
Improve speed of <command>VACUUM</>'s removal of trailing empty
|
||||||
|
heap pages (Alvaro Herrera)
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
This information is also included in <xref
|
||||||
|
linkend="guc-log-autovacuum-min-duration"> output.
|
||||||
|
</para>
|
||||||
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<!--
|
<!--
|
||||||
Author: Tom Lane <tgl@sss.pgh.pa.us>
|
Author: Tom Lane <tgl@sss.pgh.pa.us>
|
||||||
|
Reference in New Issue
Block a user