WIP Join Removal - Mailing list pgsql-patches

From Simon Riggs
Subject WIP Join Removal
Date
Msg-id 1220176372.4371.118.camel@ebony.2ndQuadrant
Whole thread Raw
Responses Re: WIP Join Removal  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Re: WIP Join Removal  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: WIP Join Removal  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
As discussed on 26 June, "Join Removal/Vertical Partitioning", here's a
patch to remove joins in certain circumstances.

Tested and blind reviewed, but this is complex and subtle enough I
welcome and expect your comments on corner cases and missed
complications. (Lord knows, I've been down a few blind alleys writing it
to date...)

Patch works, but there's a bit I haven't finished yet - checking unique
indexes. So patch is marked WIP for now. Depending upon how long
commitfest lasts I may have a fully working version. (Yes, I know its
only 1 hours work, but haven't worked out how yet...)

--
 Simon Riggs           www.2ndQuadrant.com
 PostgreSQL Training, Services and Support

Attachment

pgsql-patches by date:

Previous
From: Simon Riggs
Date:
Subject: rmgr hooks and contrib/rmgr_hook
Next
From: Simon Riggs
Date:
Subject: Re: [HACKERS] Infrastructure changes for recovery