Re: [HACKERS] Turn off transitive joins

Поиск
Список
Период
Сортировка
От Gourav Kumar
Тема Re: [HACKERS] Turn off transitive joins
Дата
Msg-id CAPzqDmg4Uutqw-=_7YQDCM7Z9=JCRsshSvC4_HZNCTzcOKWpnw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Turn off transitive joins  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers

I don't think there is any need to add any such capability in postgresql, but I need it for my work.

I need the join qualifiers.

On 15-Oct-2017 1:37 AM, "Tom Lane" <tgl@sss.pgh.pa.us> wrote:
Gourav Kumar <gourav1905@gmail.com> writes:
> Is there some way by which I can tell postgresql to not to consider
> transitive joins while considering join pairs.

No ... and you have presented no reason whatever why we should consider
adding such a capability.

Maybe you should be trying to construct your join graph someplace
earlier, before the optimizer processes the join quals.

                        regards, tom lane

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Turn off transitive joins
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] pg_regress help output