Re: [PERFORM] Re: freezing tuples ( was: Why is vacuum_freeze_min_age100m? )

Поиск
Список
Период
Сортировка
От Jeff Davis
Тема Re: [PERFORM] Re: freezing tuples ( was: Why is vacuum_freeze_min_age100m? )
Дата
Msg-id 1250202261.24981.66.camel@monkey-cat.sm.truviso.com
обсуждение исходный текст
Ответ на [PERFORM] Re: freezing tuples ( was: Why is vacuum_freeze_min_age100m? )  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Список pgsql-hackers
On Thu, 2009-08-13 at 17:17 -0500, Kevin Grittner wrote:
> It wouldn't surprise
> me to find workloads where writing data three times (once for the
> data, once for hint bits, and once to freeze the tid)

I'm not sure that we're limited to 3 times, here. I could be missing
something, but if you have tuples with different xmins on the same page,
some might be older than 100M, which you freeze, and then you will have
to come back later to freeze the rest. As far as I can tell, the maximum
number of writes is the number of tuples that fit on the page.

Regards,Jeff Davis



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

Предыдущее
От: Jeff Davis
Дата:
Сообщение: Re: freezing tuples ( was: Why is vacuum_freeze_min_age 100m? )
Следующее
От: Robert Haas
Дата:
Сообщение: Re: freezing tuples ( was: Why is vacuum_freeze_min_age 100m? )