Re: auto vaccum is dying

Поиск
Список
Период
Сортировка
От Dorian Hoxha
Тема Re: auto vaccum is dying
Дата
Msg-id CANsFX05fAps-0G17b7C_-qV0e_e6ZXxQmABjHAzg_0NMppf6qg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: auto vaccum is dying  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-performance
I think I've read that when auto-vacuum takes too long, run it more often.

On Thu, Oct 2, 2014 at 8:53 AM, Heikki Linnakangas <hlinnakangas@vmware.com> wrote:
On 10/02/2014 07:43 AM, Rodrigo Barboza wrote:
Hello, I have a table that receives lots of updates and inserts.
Auto vaccum is always being cancelled on that table.
One day the database went on standby and I had to act manually to recover.

What should I do to avoid auto vaccum cancel?

Cancellation happens when you run a command that requires an a stronger on the table, like ALTER or TRUNCATE. Plain UPDATEs or INSERTS will not cause cancellations. There must be something else going on, causing the cancellations.

- Heikki



--
Sent via pgsql-performance mailing list (pgsql-performance@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-performance

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: auto vaccum is dying
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Yet another abort-early plan disaster on 9.3