Re: Freeze avoidance of very large table.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Freeze avoidance of very large table.
Дата
Msg-id 20150421150211.GI14483@alap3.anarazel.de
обсуждение исходный текст
Ответ на Freeze avoidance of very large table.  (Sawada Masahiko <sawada.mshk@gmail.com>)
Ответы Re: Freeze avoidance of very large table.  (Sawada Masahiko <sawada.mshk@gmail.com>)
Список pgsql-hackers
On 2015-04-21 23:59:45 +0900, Sawada Masahiko wrote:
> The page as frozen could have the dead tuple for now, but I think to change
> to that the frozen page guarantees that page is all frozen *and* all
> visible.

It shouldn't. That'd potentially cause corruption after a wraparound. A
tuple's visibility might change due to that.

Greetings,

Andres Freund



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

Предыдущее
От: Sawada Masahiko
Дата:
Сообщение: Freeze avoidance of very large table.
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Turning off HOT/Cleanup sometimes