Re: postgresql performance tuning

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: postgresql performance tuning
Дата
Msg-id 8026.1133892226@sss.pgh.pa.us
обсуждение исходный текст
Ответ на postgresql performance tuning  (Ameet Kini <akini@cs.wisc.edu>)
Список pgsql-performance
Ameet Kini <akini@cs.wisc.edu> writes:
> I have a question on postgres's performance tuning, in particular, the
> vacuum and reindex commands. Currently I do a vacuum (without full) on all
> of my tables.  However, its noted in the docs (e.g.
> http://developer.postgresql.org/docs/postgres/routine-reindex.html)
> and on the lists here that indexes may still bloat after a while and hence
> reindex is necessary.  How often do people reindex their tables out
> there?

Never, unless you have actual evidence that your indexes are bloating.
It's only very specific use-patterns that have problems.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: TSearch2 vs. Apache Lucene
Следующее
От: Michael Riess
Дата:
Сообщение: Re: TSearch2 vs. Apache Lucene