1
0
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:
Bruce Momjian
2017-04-25 13:45:47 -04:00
parent 3640cf5e1c
commit 3d7741194a

View File

@ -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>