Re: autovacuum worker running amok - and me too ;)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: autovacuum worker running amok - and me too ;)
Дата
Msg-id 11852.1425426522@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: autovacuum worker running amok - and me too ;)  (wambacher <wnordmann@gmx.de>)
Ответы Re: autovacuum worker running amok - and me too ;)  (wambacher <wnordmann@gmx.de>)
Список pgsql-general
wambacher <wnordmann@gmx.de> writes:
> Tom Lane-2 wrote
>> Maybe you could reduce the statistics targets for that table.

> don't understand what you mean. do you mean how often that table is
> autovacuumed? at the moment about once a day or once in two days, i think.

No, I mean the amount of stats detail that ANALYZE tries to collect.
I'm guessing that it's not auto-vacuum but auto-analyze that's getting
OOMed.

See ALTER TABLE SET STATISTICS TARGET.

            regards, tom lane


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

Предыдущее
От: wambacher
Дата:
Сообщение: Re: autovacuum worker running amok - and me too ;)
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Copy Data between different databases