Repercussions of Cancelled Autovacuum

Поиск
Список
Период
Сортировка
От Andrew Hannon
Тема Repercussions of Cancelled Autovacuum
Дата
Msg-id DA0EE1E3-8327-44CE-BC60-F674B62A3BFF@fiksu.com
обсуждение исходный текст
Список pgsql-general
Hello,

We have a large(ish) table that had a series of delete statements executed against it (culling most of the rows in the
table).This triggered a time consuming autovacuum, which we allowed to run for 2+ days (and were planning to allow to
runto completion). However, it ended up getting cancelled unexpectedly, and is now running once again. I have some
questions:

1. My understanding is the autovacuum will block most (all?) DDL statements executed on it, and pg will cancel it if a
userrequests a conflicting lock. I don't believe either of these things occurred. Are there any other circumstances
thatwill cancel an autovacuum? 
2. Is autovacuum incremental? Or, does it effectively roll back and start fresh, having to redo all of the work of the
lastcouple of days? 

Thank you!

Andrew

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

Предыдущее
От: Misa Simic
Дата:
Сообщение: Re: how to make select for multiunit
Следующее
От: Cefull Lo
Дата:
Сообщение: Re: time zone problem