Re: VACUUM FULL

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: VACUUM FULL
Дата
Msg-id 29763.1021216948@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: VACUUM FULL  (Brian McCane <bmccane@mccons.net>)
Список pgsql-admin
Brian McCane <bmccane@mccons.net> writes:
> Would I possibly see another performance boost if I rebuilt the
> indexes involved like I used to in 7.1.3?  I still have the Perl script
> sitting around here some place, but assumed from things said by you and
> Bruce in the past few months about 7.2.x that it wouldn't be necessary
> anymore.  I guess I'll give it a try this weekend and see what happens.

An occasional index rebuild (using either REINDEX or DROP/CREATE INDEX)
is still worth doing for heavily updated tables, especially if the range
of indexed values changes over time.  That'll remain true until someone
gets around to teaching btree indexes how to collapse out free space...

            regards, tom lane

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

Предыдущее
От: "Gaetano Mendola"
Дата:
Сообщение: NOTICE: RegisterSharedInvalid: SI buffer overflow
Следующее
От: Tom Lane
Дата:
Сообщение: Re: VACUUM FULL