Re: Postgres becoming slow, only full vacuum fixes it

Поиск
Список
Период
Сортировка
От Kiriakos Tsourapas
Тема Re: Postgres becoming slow, only full vacuum fixes it
Дата
Msg-id E2E72F7C-6689-4924-90F6-25A2DDC064A8@gmail.com
обсуждение исходный текст
Ответ на Re: Postgres becoming slow, only full vacuum fixes it  (Ondrej Ivanič <ondrej.ivanic@gmail.com>)
Ответы Re: Postgres becoming slow, only full vacuum fixes it  (Ondrej Ivanič <ondrej.ivanic@gmail.com>)
Список pgsql-performance
Hi,

Suggestion noted.
Nevertheless, I cannot imagine what it would help. Actually, the cost_delay makes autovacuum freeze when it takes more
timethan expected, therefore, having it enabled should help the system. 

I may try it as a last possible resolution (remember that I have to wait for a couple of days for the problem to
appear,so any test I perform will be taking days to figure out if it helped !!!) 


>
> I had similar issue and I disabled cost based auto vacuum:
> autovacuum_vacuum_cost_delay = -1
>
> -1 says that vacuum_cost_delay will be used and default value for
> vacuum_cost_delay is 0 (ie. off)
>
> Of couse you need to change other autovacuum settings but you did that.
>
> --
> Ondrej Ivanic
> (ondrej.ivanic@gmail.com)



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

Предыдущее
От: Kiriakos Tsourapas
Дата:
Сообщение: Re: Postgres becoming slow, only full vacuum fixes it
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Postgres becoming slow, only full vacuum fixes it