Re: blocking automatic vacuum

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: blocking automatic vacuum
Дата
Msg-id 3519.1277225856@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: blocking automatic vacuum  (Uwe Bartels <uwe.bartels@gmail.com>)
Список pgsql-admin
Uwe Bartels <uwe.bartels@gmail.com> writes:
> i'm pretty sure there is no repetitive ddl happen on this or any other
> table. i checked this with the developers.

Well, *something* was blocking that RowExclusiveLock request, and for
sure it wasn't autovacuum.  There has to be something else going on.

> but if i had an anti-wraparound vacuum, then i should see warnings like
> these in the log. am i right? I don't have any warnings that day.

> WARNING:  database "mydb" must be vacuumed within 177009986 transactions
> HINT:  To avoid a database shutdown, execute a database-wide VACUUM in "mydb".

Uh, no.  Anti-wraparound vacuums are performed long before you would get
to the point of seeing any actual warnings.

            regards, tom lane

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Postgresql 9.0b2 : pg_upgrade not passing username to pgdumpall ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: parallel option in pg_restore