Re: [HACKERS] autovacuum

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] autovacuum
Дата
Msg-id 3155.1138817911@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] autovacuum  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список pgsql-admin
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> Hmm, yeah, sounds useful.  There's one implementation issue to notice
> however, and it's that the autovacuum process dies and restarts for each
> iteration, so there's no way for it to remember previous state unless
> it's saved somewhere permanent, as the stats info is.

I think you'd really need to remember the previous oldest XID on a
per-table basis to get full traction out of the idea.  But weren't we
thinking of tracking something isomorphic to this for purposes of
minimizing anti-wraparound VACUUMs?

            regards, tom lane

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

Предыдущее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: [HACKERS] autovacuum
Следующее
От: Chris Browne
Дата:
Сообщение: Re: autovacuum