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-04-02 22:49:03
Message-ID: 20070402224903.610969FB7E3@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.

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-04-02 22:50:19 pgsql: Add URL for: o Allow a warm standby system to also
Previous Message Bruce Momjian 2007-04-02 22:46:10 pgsql: Add: > o Have timestamp subtraction not call justify_hours()? >