Re: [HACKERS] Disable cross products in postgres

Поиск
Список
Период
Сортировка
От Gourav Kumar
Тема Re: [HACKERS] Disable cross products in postgres
Дата
Msg-id CAPzqDmgAqcfEaCSzXYm5D2-WLjK2O3Shqmh6mDW3UtNfCW+vgg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Disable cross products in postgres  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers

I want to get the join graph of a given query. Which has node for each relation and an edge between two nodes if they have a join predicate among them.

On 14-Oct-2017 3:58 AM, "Andres Freund" <andres@anarazel.de> wrote:
On 2017-10-14 03:49:57 +0530, Gourav Kumar wrote:
> But then is there some way to tell Optimizer not to consider transitive
> joins ?

What are you actually trying to achieve here?

- Andres

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] Disable cross products in postgres
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Aggregate transition state merging vs. hypothetical set functions