Re: Vacuum, visibility maps and SKIP_PAGES_THRESHOLD - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Vacuum, visibility maps and SKIP_PAGES_THRESHOLD
Date
Msg-id 4DEC844C.5030107@enterprisedb.com
Whole thread Raw
In response to Re: Vacuum, visibility maps and SKIP_PAGES_THRESHOLD  (Bruce Momjian <bruce@momjian.us>)
List 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 by date:

Previous
From: Cyan Ogilvie
Date:
Subject: WIP: AuthenticationMD5 protocol documentation clarification
Next
From: Heikki Linnakangas
Date:
Subject: Re: WIP: Fast GiST index build