From 62b2786b82ac985c4c37eed9ebdd384ffa7bd5a0 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 31 Jan 2007 03:07:36 +0000 Subject: [PATCH] Update for VACUUM FULL: < reindex rather than update the index. > reindex rather than update the index. Also, index updates can > bloat the index. --- doc/TODO | 5 +++-- doc/src/FAQ/TODO.html | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/TODO b/doc/TODO index cb7a65c89c..483497e2c4 100644 --- a/doc/TODO +++ b/doc/TODO @@ -2,7 +2,7 @@ PostgreSQL TODO List ==================== Current maintainer: Bruce Momjian (bruce@momjian.us) -Last updated: Tue Jan 30 17:50:14 EST 2007 +Last updated: Tue Jan 30 22:07:21 EST 2007 The most recent version of this document can be viewed at http://www.postgresql.org/docs/faqs.TODO.html. @@ -1033,7 +1033,8 @@ Vacuum * Improve speed with indexes For large table adjustments during VACUUM FULL, it is faster to - reindex rather than update the index. + reindex rather than update the index. Also, index updates can + bloat the index. * Reduce lock time during VACUUM FULL by moving tuples with read lock, then write lock and truncate table diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html index 2ba91ef778..34bd53334a 100644 --- a/doc/src/FAQ/TODO.html +++ b/doc/src/FAQ/TODO.html @@ -8,7 +8,7 @@

PostgreSQL TODO List

Current maintainer: Bruce Momjian (bruce@momjian.us)
-Last updated: Tue Jan 30 17:50:14 EST 2007 +Last updated: Tue Jan 30 22:07:21 EST 2007

The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html. @@ -929,7 +929,8 @@ first. There is also a developer's wiki at