Re: improve EXPLAIN for wide tables

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: improve EXPLAIN for wide tables
Дата
Msg-id 2033734.1734388914@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: improve EXPLAIN for wide tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I had a thought about this: I don't think EXPLAIN is ever required
to print the names of join alias variables (since the planner flattens
all join alias variables to some kind of expression over their
underlying columns).  So we could skip assigning column names to
join RTEs at all, if we know that it's EXPLAIN rather than view/rule
decompilation.  That might let us skip all the mess around
unique-ifying JOIN USING column names, too.

            regards, tom lane



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