Re: About "Cost-based Vacuum Delay"

Поиск
Список
Период
Сортировка
От Laurenz Albe
Тема Re: About "Cost-based Vacuum Delay"
Дата
Msg-id 1530083945.2417.4.camel@cybertec.at
обсуждение исходный текст
Ответ на About "Cost-based Vacuum Delay"  ("Ilyeop Yi" <ilyeop.yi@samsung.com>)
Ответы Re: About "Cost-based Vacuum Delay"
Список pgsql-general
Ilyeop Yi wrote:
> Currently, I am working with a workload that is mostly insert and update, and its performance suffers from
autovacuum.
> 
> I've adjusted parameters such as vacuum_cost_delay and vacuum_cost_limit, but they have no significant effect.
> 
> So, I would like to find a way to pause a running vacuum during bursty insert/update period and resume the vacuum
afterthat period.
 
> 
> Is there such a way?

Please keep the list copied.

You can do

   ALTER TABLE mytab SET (autovacuum_enabled = off);

Yours,
Laurenz Albe
-- 
Cybertec | https://www.cybertec-postgresql.com


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

Предыдущее
От: Rob Sargent
Дата:
Сообщение: Re: CTE optimization fence
Следующее
От: Andreas Joseph Krogh
Дата:
Сообщение: Sv: Re: CTE optimization fence