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

Поиск
Список
Период
Сортировка
От momjian@postgresql.org (Bruce Momjian)
Тема pgsql: Add URL for: * Improve speed with indexes For large table
Дата
Msg-id 20080312014808.6BF5B753336@cvs.postgresql.org
обсуждение исходный текст
Список 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-08/msg00307.php

Modified Files:
--------------
    pgsql/doc:
        TODO (r1.2316 -> r1.2317)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/TODO?r1=1.2316&r2=1.2317)
    pgsql/doc/src/FAQ:
        TODO.html (r1.825 -> r1.826)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/FAQ/TODO.html?r1=1.825&r2=1.826)

В списке pgsql-committers по дате отправления:

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add: > > * Allow domains to be cast > >
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Add a comment explaining one of the ways that pgbench fails to