Re: [WIP] Better partial index-only scans - Mailing list pgsql-hackers

From Robert Haas
Subject Re: [WIP] Better partial index-only scans
Date
Msg-id CA+TgmoZBrTqL7-rSt6+j35zY37Kroh9-9oEUeBAcasK=HQTPDA@mail.gmail.com
Whole thread Raw
In response to Re: [WIP] Better partial index-only scans  (Joshua Yanovski <pythonesque@gmail.com>)
Responses Re: [WIP] Better partial index-only scans  (Joshua Yanovski <pythonesque@gmail.com>)
List pgsql-hackers
On Mon, Mar 17, 2014 at 3:14 AM, Joshua Yanovski <pythonesque@gmail.com> wrote:
> Here's a SQL script that (1) demonstrates the new index only scan
> functionality, and (2) at least on my machine, has a consistently
> higher planning time for the version with my change than without it.

I'm glad you're looking at this, but we're in the final throws of
nailing down 9.4 and I don't have anticipate I'll have time to look at
it in the near future.  You should add it here so we don't forget
about it:

https://commitfest.postgresql.org/action/commitfest_view/open

And you might also check this:
https://wiki.postgresql.org/wiki/Submitting_a_Patch

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: Re: Wiki Page Draft for upcoming release
Next
From: Claudio Freire
Date:
Subject: Re: Planner hints in Postgresql