Re: improve EXPLAIN for wide tables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: improve EXPLAIN for wide tables
Дата
Msg-id 1980561.1734366083@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: improve EXPLAIN for wide tables
Список pgsql-hackers
Sami Imseih <samimseih@gmail.com> writes:
> Looking further into this improvement, I started to question if it is
> necessary to make columns unique for EXPLAIN purposes?

Yes, otherwise references to them elsewhere in the plan will be
ambiguous.

It looks like your proposal tries to dodge that by unique-ifying
in some cases but not others, which strikes me as a totally
random and confusing thing to do.

Is there any reason to think that 52c707483 wasn't a sufficient
response to this issue?

            regards, tom lane



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