Re: Join Removal/ Vertical Partitioning - Mailing list pgsql-hackers

From Simon Riggs
Subject Re: Join Removal/ Vertical Partitioning
Date
Msg-id 1214809119.3845.442.camel@ebony.site
Whole thread Raw
In response to Re: Join Removal/ Vertical Partitioning  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Fri, 2008-06-27 at 17:50 -0400, Tom Lane wrote:
> Simon Riggs <simon@2ndquadrant.com> writes:
> > On Thu, 2008-06-26 at 13:42 -0400, Tom Lane wrote:
> >> It might be possible to treat "ignore the RHS" as a join strategy and
> >> try to apply it while forming join relations, which would be late enough
> >> to have all the needed info available.
> 
> > Oh, actually have a join node that is a no-op, with a path cost of zero?
> 
> Not even that: just return the best path(s) for the LHS as the paths for
> the joinrel.

Much neater. Cool.

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



pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: VirtualXactLockTableInsert
Next
From: "Heikki Linnakangas"
Date:
Subject: Re: TODO item: Allow data to be pulled directly from indexes