Re: index-only scans - Mailing list pgsql-hackers

From Greg Stark
Subject Re: index-only scans
Date
Msg-id CAM-w4HM_wcUOyjzuTkd+sTaGwnm0ym=Wo6W7jqJi9GeyZ4Bgpg@mail.gmail.com
Whole thread Raw
In response to Re: index-only scans  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Sun, Oct 9, 2011 at 10:54 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> I don't think it's particularly relevant --- we would not want to use
> weird representations of the Vars outside the index scan nodes.  Above
> the scan they'd be just like any other upper-level Vars.

I can't say I fully understand the planner data structures and the
implications of the options. I guess what I was imagining was that
being able to reference the indexes as regular rangetable entries
would make it more convenient for the rest of the planner to keep
working as if nothing had changed when working with values extracted
from index tuples.


--
greg


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: index-only scans
Next
From: Tom Lane
Date:
Subject: Re: index-only scans