Re: [HACKERS] Turn off transitive joins

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


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

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

Предыдущее
От: Gourav Kumar
Дата:
Сообщение: [HACKERS] Turn off transitive joins
Следующее
От: Gourav Kumar
Дата:
Сообщение: Re: [HACKERS] Turn off transitive joins