Re: postgresql performance tuning

Поиск
Список
Период
Сортировка
От Michael Riess
Тема Re: postgresql performance tuning
Дата
Msg-id dn4u86$1ff$1@news.hub.org
обсуждение исходный текст
Ответ на postgresql performance tuning  (Ameet Kini <akini@cs.wisc.edu>)
Список pgsql-performance
Ameet Kini schrieb:
>
> This didn't get through the first time around, so resending it again.
> Sorry for any duplicate entries.
>
> Hello,
>
> 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.

I'm curious ... why no full vacuum? I bet that the full vacuum will
compact your (index) tables as much as a reindex would.

I guess the best advice is to increase FSM and to use autovacuum.

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

Предыдущее
От: Alan Stange
Дата:
Сообщение: Re: postgresql performance tuning
Следующее
От: Ron Mayer
Дата:
Сообщение: Re: Missed index opportunity for outer join?