Re: feature request: explain "with details" option

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: feature request: explain "with details" option
Дата
Msg-id 14917.1473711919@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: feature request: explain "with details" option  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> I think the only part of this that would be really brutal to try to
> represent is alternative join orders.  I see no reasonable way for
> EXPLAIN to output useful information about what other join orders were
> considered and why they were not chosen; the only thing that seems
> like it would help in that case would be an easy way to force the
> exact join order you want and then see what the plan looks like.

That exists today: write your query as a nest of explicit JOIN syntax
and set join_collapse_limit = 1.  Not sure that it's really all that
useful, though.
        regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Logical Replication WIP
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: identity columns