pgsql: Add URL for: * Improve speed with indexes For large table

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add URL for: * Improve speed with indexes For large table
Date: 2007-05-30 19:07:20
Message-ID: 20070530190720.7183D9FBF06@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Modified Files:
--------------
pgsql/doc:
TODO (r1.2191 -> r1.2192)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/TODO.diff?r1=1.2191&r2=1.2192)
pgsql/doc/src/FAQ:
TODO.html (r1.692 -> r1.693)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html.diff?r1=1.692&r2=1.693)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2007-05-30 19:38:06 pgsql: Tweak: use memcpy() in text_time(), rather than manually copying
Previous Message Bruce Momjian 2007-05-30 18:13:29 pgsql: Add documentation reference to statistical functions from