Importance of re-index

Поиск
Список
Период
Сортировка
От John Sidney-Woollett
Тема Importance of re-index
Дата
Msg-id 44D27C57.6000206@wardbrook.com
обсуждение исходный текст
Ответы Re: Importance of re-index  (Scott Marlowe <smarlowe@g2switchworks.com>)
Список pgsql-general
In addition to making sure databases are vacuumed regularly, it is worth
running REINDEX on tables that see a lot of updates (or insert/deletes).

Running REINDEX on a regular basis will keep the indexes compacted and
can noticeably improve the database performance.

The other benefit is that the disk space taken by your database can be
significantly reduced.

This is barely mentioned in the 7.4 docs, and alluded to in the 8.1 docs.

FWIW, in my experience it is DEFINITELY worth reindexing regularly.

John

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

Предыдущее
От: "Nikolay Samokhvalov"
Дата:
Сообщение: Re: CREATE DATABASE
Следующее
От: Scott Marlowe
Дата:
Сообщение: Re: Importance of re-index