Re: Help interpreting explain analyze output

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Help interpreting explain analyze output
Дата
Msg-id 29079.1092598837@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Help interpreting explain analyze output  (Ole Tange <postgresql.org@tange.dk>)
Список pgsql-performance
Ole Tange <postgresql.org@tange.dk> writes:
> Now I am curious: Why isn't DISTINCT implemented using a Hash aggregate?

Partly lack of round tuits, partly the fact that it is closely
intertwined with ORDER BY and I'm not sure what side-effects would
arise from separating them.  In particular, the DISTINCT ON special
case stops making any sense at all if it's not tied to a sort/uniq
underlying implementation.

            regards, tom lane

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

Предыдущее
От: Ole Tange
Дата:
Сообщение: Re: Help interpreting explain analyze output
Следующее
От: William Yu
Дата:
Сообщение: Re: Help specifying new machine