Re: Vacuum, visibility maps and SKIP_PAGES_THRESHOLD

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: Vacuum, visibility maps and SKIP_PAGES_THRESHOLD
Дата
Msg-id 4DEC844C.5030107@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Vacuum, visibility maps and SKIP_PAGES_THRESHOLD  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On 03.06.2011 22:16, Bruce Momjian wrote:
> I realize we just read the pages from the kernel to maintain sequential
> I/O, but do we actually read the contents of the page if we know it
> doesn't need vacuuming?

Yes.

>  If so, do we need to?

Not necessarily, but it allows us to freeze old tuples, and doesn't cost 
much anyway.

--   Heikki Linnakangas  EnterpriseDB   http://www.enterprisedb.com


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

Предыдущее
От: Cyan Ogilvie
Дата:
Сообщение: WIP: AuthenticationMD5 protocol documentation clarification
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: WIP: Fast GiST index build