Re: recovery from xid wraparound

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: recovery from xid wraparound
Дата
Msg-id 9293.1161703441@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: recovery from xid wraparound  ("Shane Wright" <shane.wright@edigitalresearch.com>)
Список pgsql-general
"Shane Wright" <shane.wright@edigitalresearch.com> writes:
> If I change vacuum_mem I'll need to at least 'pg_ctl reload' - will it apply straightaway with the next vacuum query
ordoes it need a full restart? 

reload is enough.

> Basically if its just datfrozenxid that's not updated I can live with delaying the vacuum a few days.  But if things
aremore serious then obviously I can't wait. 

The question is how close to the wraparound horizon is any of your data.
We don't really know that --- the datfrozenxid provides a lower bound
but we don't know where things are in reality.  Also, are you prepared
to tolerate wrong answers (missing rows) for awhile?  As Martijn
mentioned, the vacuum will retrieve rows that have slid past the wrap
horizon, but they'll have been invisible to your queries meanwhile.

            regards, tom lane

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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: recovery from xid wraparound
Следующее
От: Tony Caduto
Дата:
Сообщение: Re: performace review