Re: No Index-Only Scan on Partial Index - Mailing list pgsql-hackers

From David E. Wheeler
Subject Re: No Index-Only Scan on Partial Index
Date
Msg-id 59E7BF9A-2F05-4C4D-9D5A-02498192992C@justatheory.com
Whole thread Raw
In response to Re: No Index-Only Scan on Partial Index  (Josh Berkus <josh@agliodbs.com>)
List pgsql-hackers
On Oct 3, 2013, at 10:50 AM, Josh Berkus <josh@agliodbs.com> wrote:

>>
>> But anyway, I still don’t understand why, if the function used to store the value is immutable (as upper_inf() is),
whyPostgres doesn't do an index scan. Is this something that could be improved in the planner? 
>
> Yes.  This is clearly a TODO.

Added it here:
 https://wiki.postgresql.org/wiki/Todo#Optimizer_.2F_Executor

Teach the planner how to better use partial indexes for index-only scans•
http://www.postgresql.org/message-id/25141.1345072858@sss.pgh.pa.ushttp://www.postgresql.org/message-id/79C7D74D-59B0-4D97-A5E5-55553EF299AA@justatheory.com

Best,

David


pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Re: hstore extension version screwup
Next
From: Robert Haas
Date:
Subject: Re: [GENERAL] currval and DISCARD ALL