pgsql: Update for VACUUM FULL: < reindex rather than update the

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update for VACUUM FULL: < reindex rather than update the
Date: 2007-01-31 03:07:36
Message-ID: 20070131030736.E77FD9FB414@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Update for VACUUM FULL:

< reindex rather than update the index.
> reindex rather than update the index. Also, index updates can
> bloat the index.

Modified Files:
--------------
pgsql/doc:
TODO (r1.2056 -> r1.2057)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2056&r2=1.2057)
pgsql/doc/src/FAQ:
TODO.html (r1.557 -> r1.558)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.557&r2=1.558)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-01-31 03:17:49 pgsql: Add: > > * Add REINDEX CONCURRENTLY, like CREATE INDEX
Previous Message User H-saito 2007-01-31 00:41:23 odbclink - odbclink: Fixed message condition bug.