Re: Fixing Grittner's planner issues - Mailing list pgsql-hackers

From Robert Haas
Subject Re: Fixing Grittner's planner issues
Date
Msg-id 603c8f070902191156t19953f1ckef73b844ec2be6d9@mail.gmail.com
Whole thread Raw
In response to Re: Fixing Grittner's planner issues  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thu, Feb 19, 2009 at 2:54 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
>> On Thu, Feb 19, 2009 at 1:20 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>>> [ back to planner stuff after a hiatus ]
>
>> Well, as I wrote upthread:
>
> What you're actually suggesting is modifying the executor to incorporate
> the unique-fication logic into hashjoin and/or mergejoin.  Maybe, but
> that code is way too complex already for my taste (especially mergejoin)
> and what we'd save is, hmm, four lines in the planner.

What you'd save is planning time.

...Robert


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Fixing Grittner's planner issues
Next
From: Adriano Lange
Date:
Subject: Re: graph representation of data structures in optimizer