mirror of
https://github.com/postgres/postgres.git
synced 2025-12-15 02:22:24 +03:00
Document need for periodic REINDEX in VACUUM FULL cases.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.43 2006/11/05 22:42:07 tgl Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/vacuum.sgml,v 1.43.2.1 2007/01/31 04:13:28 momjian Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@@ -167,6 +167,9 @@ VACUUM [ FULL ] [ FREEZE ] [ VERBOSE ] ANALYZE [ <replaceable class="PARAMETER">
|
||||
most of the rows in a table and would like the table to physically shrink
|
||||
to occupy less disk space. <command>VACUUM FULL</command> will usually
|
||||
shrink the table more than a plain <command>VACUUM</command> would.
|
||||
The <option>FULL</option> option does not shrink indexes; a periodic
|
||||
<command>REINDEX</> is still recommended. In fact, it is often faster
|
||||
to drop all indexes, <command>VACUUM FULL</>, and recreate the indexes.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
||||
Reference in New Issue
Block a user