Re: auto vaccum is dying
| От | Heikki Linnakangas |
|---|---|
| Тема | Re: auto vaccum is dying |
| Дата | |
| Msg-id | 542CF64F.6000905@vmware.com обсуждение исходный текст |
| Ответ на | auto vaccum is dying (Rodrigo Barboza <rodrigombufrj@gmail.com>) |
| Ответы |
Re: auto vaccum is dying
Re: auto vaccum is dying |
| Список | pgsql-performance |
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
В списке pgsql-performance по дате отправления: