Re: How often do I need to reindex tables?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How often do I need to reindex tables?
Дата
Msg-id 5314.1172683378@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: How often do I need to reindex tables?  (Bill Moran <wmoran@collaborativefusion.com>)
Ответы Re: How often do I need to reindex tables?  (Bill Moran <wmoran@collaborativefusion.com>)
Список pgsql-general
Bill Moran <wmoran@collaborativefusion.com> writes:
> I don't agree.  I think that regular indexing is mandatory under some
> workloads.  Example:
> ...
> There are some additional indexes that I've snipped from the output that also
> saw some benefit from reindexing, but let's just focus on file_fp_idx.

Can you describe the usage pattern of that index?  I'm curious why it
doesn't maintain reasonably static size.  How often is the underlying
table vacuumed?

            regards, tom lane

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: How often do I need to reindex tables?
Следующее
От: "John Jawed"
Дата:
Сообщение: Re: Difference between UNIQUE constraint vs index