Re: Fixing Grittner's planner issues

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Fixing Grittner's planner issues
Дата
Msg-id 603c8f070902191156t19953f1ckef73b844ec2be6d9@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Fixing Grittner's planner issues  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Fixing Grittner's planner issues
Следующее
От: Adriano Lange
Дата:
Сообщение: Re: graph representation of data structures in optimizer