Re: postmaster(s) have high load average

Поиск
Список
Период
Сортировка
От Matthew T. O'Connor
Тема Re: postmaster(s) have high load average
Дата
Msg-id 1061337368.28374.16.camel@zeutrh9
обсуждение исходный текст
Ответ на Re: postmaster(s) have high load average  (Christopher Browne <cbbrowne@acm.org>)
Список pgsql-general
On Sat, 2003-08-09 at 21:25, Christopher Browne wrote:
> In 7.3 and 7.4, the "contrib" application, pg_autovacuum can do the
> trick, vacuuming anything that reaches thresholds of
> inserts/deletes/updates, and do so more or less as often as necessary.

Actually pg_autovacuum is not included with 7.3, but works just fine
once you get it compiled.

> If you haven't got a cron job looking something like:
>
>    0 0 * * * * vacuumdb -a -z > /dev/null 2> /dev/null
>
> then you should probably add that, at least.

might be better to have it only vacuum a few specific tables that cause
most of your problems.


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

Предыдущее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: Buglist
Следующее
От: Vivek Khera
Дата:
Сообщение: Re: Buglist