Re: Cron-job for checking up on pg_autovacuum

Поиск
Список
Период
Сортировка
От Matthew T. O'Connor
Тема Re: Cron-job for checking up on pg_autovacuum
Дата
Msg-id 3FC38114.7070306@zeut.net
обсуждение исходный текст
Ответ на Cron-job for checking up on pg_autovacuum  ("Markus Wollny" <Markus.Wollny@computec.de>)
Ответы Re: Cron-job for checking up on pg_autovacuum  (Robert Creager <Robert_Creager@LogicalChaos.org>)
Список pgsql-general
Markus Wollny wrote:

>Hi!
>
>I haven't found anything in terms of startup- and check-scripts for
>pg_autovacuum yet; usually I like to have some sort of mechanism to
>check if some daemon is running and restart it if it isn't.
>
>

Agreed, this needs to be improved.  In the long term, pg_autovacuum
should be started and stopped with the postmaster.  However, as it is a
contrib module right now, it won't happen.

I know I heard from at least one person who said they were running it
from there inittab with respawn, which seems like overkill.


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

Предыдущее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: patch for pg_autovacuum
Следующее
От: "Marc A. Leith"
Дата:
Сообщение: Re: Lock strategies!