Re: Aggregate ORDER BY patch

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Aggregate ORDER BY patch
Дата
Msg-id 407d949e0911151617q3bcdc84cmd8e39833958ae231@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Aggregate ORDER BY patch  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
Список pgsql-hackers
On Sun, Nov 15, 2009 at 11:23 PM, Andrew Gierth
<andrew@tao11.riddles.org.uk> wrote:
> Future performance enhancements (which I have no particular plans to
> tackle) would involve having the planner consult the desired aggregate
> orderings and estimating the cost of sorting as opposed to the cost of
> producing a plan with the input already ordered. Also combining the
> sort step for aggregates that share a single ordering.

Those both seem like pretty important things. Do you have an idea how
to go about doing them?


-- 
greg


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

Предыдущее
От: Roger Leigh
Дата:
Сообщение: Re: Unicode UTF-8 table formatting for psql text output
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Patch committers