Re: Autovacuum running forever

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Autovacuum running forever
Дата
Msg-id dcc563d10708211447t3557bbddl3aed1e3a9f2743d7@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Autovacuum running forever  ("Sachchida Ojha" <sojha@secure-elements.com>)
Список pgsql-performance
On 8/21/07, Sachchida Ojha <sojha@secure-elements.com> wrote:
>
>
> Is there any way to stop the autovacuum if it is running longer than 10 min
> or so?
>
> Is it good idea to kill autovacuum if it is running longer than expected?
>
> In my OLTP system, we are inserting, updating and deleting the data every
> second.
>
> Autovacuum started and never finished slowing down the whole system.

It's probably better to adjust the sleep parameters in postgresql.conf
and then pg_ctl reload

You can kill the autovacuum backend, but it will just start up again
when the sleep time has passed.

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

Предыдущее
От: "Sachchida Ojha"
Дата:
Сообщение: Re: Autovacuum is running forever
Следующее
От: "Sachchida Ojha"
Дата:
Сообщение: Re: Autovacuum is running forever