Re: Another question on indexes (drop and recreate)

Поиск
Список
Период
Сортировка
От John A Meinel
Тема Re: Another question on indexes (drop and recreate)
Дата
Msg-id 42B8465F.1020506@arbash-meinel.com
обсуждение исходный текст
Ответ на Re: Another question on indexes (drop and recreate)  (Yves Vindevogel <yves.vindevogel@implements.be>)
Ответы Re: Another question on indexes (drop and recreate)  (Yves Vindevogel <yves.vindevogel@implements.be>)
Список pgsql-performance
Yves Vindevogel wrote:

> I only add records, and most of the values are "random"
> Except the columns for dates, ....

I doubt that you would need to recreate indexes. That really only needs
to be done in pathological cases, most of which have been fixed in the
latest postgres.

If you are only inserting (never updating or deleting), the index can
never bloat, since you are only adding new stuff.
(You cannot get dead items to bloat your index if you never delete
anything.)

John
=:->


Вложения

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

Предыдущее
От: Yves Vindevogel
Дата:
Сообщение: Re: Another question on indexes (drop and recreate)
Следующее
От: PFC
Дата:
Сообщение: Re: Do Views execute underlying query everytime ??