Update for VACUUM FULL:
authorBruce Momjian
Wed, 31 Jan 2007 03:07:36 +0000 (03:07 +0000)
committerBruce Momjian
Wed, 31 Jan 2007 03:07:36 +0000 (03:07 +0000)
<   reindex rather than update the index.
>   reindex rather than update the index.  Also, index updates can
>   bloat the index.

doc/TODO
doc/src/FAQ/TODO.html

index cb7a65c89caea3c490f5a08934e8b9dfacb91ae8..483497e2c4d9c9743ae5ff541c64ed0810937895 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
@@ -2,7 +2,7 @@
 PostgreSQL TODO List
 ====================
 Current maintainer:    Bruce Momjian ([email protected])
-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
index 2ba91ef778ecf639406234affb322a3eeb00b751..34bd53334a6763d79afd843a05ef2034432c8182 100644 (file)
@@ -8,7 +8,7 @@
 
 

PostgreSQL TODO List

 

Current maintainer:     Bruce Momjian ([email protected])

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