Re: Index bloat of 4x

Поиск
Список
Период
Сортировка
От Vivek Khera
Тема Re: Index bloat of 4x
Дата
Msg-id B5B4F1CD-86E3-4C7D-9738-5F559E2F3268@khera.org
обсуждение исходный текст
Ответ на Re: Index bloat of 4x  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
On Jan 17, 2007, at 11:56 AM, Tom Lane wrote:

> So the above doesn't sound too unlikely.  Perhaps we should recommend
> vac full + reindex as standard cleanup procedure.  Longer term, maybe
> teach vac full to do an automatic reindex if it's moved more than X
> % of

a vac full + reindex is a waste of effort.

whenever i need a big cleanup, I drop indexes (other than PK), vac
full, re-create indexes.

however, usually a reindex does a sufficient job if vacuum has been
run with any sort of regularity.


Вложения

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

Предыдущее
От: Sterpu Victor
Дата:
Сообщение: FATAL: invalid frontend message type 47 server closed the connection unexpectedly
Следующее
От: Robert Treat
Дата:
Сообщение: Re: installing 8.2 on solaris 10?