Re: Is there any other way to do this?

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: Is there any other way to do this?
Дата
Msg-id 428AA493.4000806@familyhealth.com.au
обсуждение исходный текст
Ответ на Is there any other way to do this?  (Wei Weng <wweng@kencast.com>)
Список pgsql-performance
> This time it worked! But VACUUM FULL requires an exclusive lock on the
> table which I don't really want to grant. So my question is: why is
> VACUUM ANALYZE didn't do the job? Is there any setting I can tweak to
> make a VACUUM without granting a exclusive lock?

You need to run normal vacuum analyze every few minutes or so, to stop
it growing.  I suggest pg_autovacuum.

Chris

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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Tuning planner cost estimates
Следующее
От: Szűcs Gábor
Дата:
Сообщение: where+orderby+limit not (always) using appropriate index?