What's canceling autovacuum tasks?

Поиск
Список
Период
Сортировка
От Herouth Maoz
Тема What's canceling autovacuum tasks?
Дата
Msg-id B5542D8C-C382-4E24-A6BF-DDD279FDB06E@unicell.co.il
обсуждение исходный текст
Ответы Re: What's canceling autovacuum tasks?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Hi there.

During the weekend I've worked for hours on recovering table bloat. Now I was hoping that after the tables are properly
trimmed,then after the next delete operation which created dead tuples, autovacuum will go into effect and do its job
properly,and prevent the situation from recurring. 

Indeed autovacuum started working on some of the tables. At least one of these tables was one that I have trimmed up
usingCLUSTER. So I was watching that autovacuum process carefully. And then suddenly it was gone, after working for
20-oddhours. And I had even more dead tuples in pg_stat_user_tables for that table than before. 

Looking at the log, I get this:

2011-02-06 15:21:42 IST ERROR:  canceling autovacuum task
2011-02-06 15:21:42 IST CONTEXT:  automatic vacuum of table "reports.alerts.smsq__archive"

Why?

Postgres version is 8.3.11

Thank you,
Herouth

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

Предыдущее
От: Radosław Smogura
Дата:
Сообщение: Re: PostgreSQL 9.0.3 - collate/ctype order by hu_HU.UTF8 is not correct sorting
Следующее
От: Radosław Smogura
Дата:
Сообщение: Re: Feature: vacuum page before write