PostgreSQL TODO List
====================
-Last updated: Mon Apr 2 18:46:07 EDT 2007
+Last updated: Mon Apr 2 18:48:47 EDT 2007
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
* Improve speed with indexes
- For large table adjustments during VACUUM FULL, it is faster to
- reindex rather than update the index. Also, index updates can
- bloat the index.
+ For large table adjustments during VACUUM FULL, it is faster to cluster
+ or reindex rather than update the index. Also, index updates can bloat
+ the index.
+
+ http://archives.postgresql.org/pgsql-hackers/2007-03/msg00024.php
* Reduce lock time during VACUUM FULL by moving tuples with read lock,
then write lock and truncate table
-Last updated: Mon Apr 2 18:46:07 EDT 2007
+Last updated: Mon Apr 2 18:48:47 EDT 2007
The most recent version of this document can be viewed at
Improve speed with indexes
-
For large table adjustments during VACUUM FULL, it is faster to
- reindex rather than update the index. Also, index updates can
- bloat the index.
+
For large table adjustments during VACUUM FULL, it is faster to cluster
+ or 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