Re: An idle thought - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: An idle thought
Date
Msg-id 1268948919.4053.535.camel@monkey-cat.sm.truviso.com
Whole thread Raw
In response to Re: An idle thought  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: An idle thought
List pgsql-hackers
On Thu, 2010-03-18 at 17:17 -0400, Tom Lane wrote:
> > The VM cause wrong results if a bit is set that's not supposed to be --
> > right? Am I missing something? How does a seq scan skip visibility
> > checks and still produce right results, if it doesn't rely on the bit?
> 
> It doesn't.  The only thing we currently rely on the VM for is deciding
> whether a page needs vacuuming

Oh, my mistake. I misremembered the discussion and I thought the seq
scan optimization made it in.

> In order to do things like not visiting a page during scans, we'll have
> to solve the reliability issues.

Yeah, and also for the index-only scans.

Regards,Jeff Davis



pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: An idle thought
Next
From: Jeff Davis
Date:
Subject: Re: An idle thought