pgsql: Add URL for: * Improve speed with indexes For large table
Started by Bruce Momjianover 19 years ago1 messagescomitters
Log Message:
-----------
Add URL for:
* Improve speed with indexes
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
Modified Files:
--------------
pgsql/doc:
TODO (r1.2147 -> r1.2148)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2147&r2=1.2148)
pgsql/doc/src/FAQ:
TODO.html (r1.648 -> r1.649)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.648&r2=1.649)