Re: Aggregate ORDER BY patch - Mailing list pgsql-hackers

From Greg Stark
Subject Re: Aggregate ORDER BY patch
Date
Msg-id 407d949e0911151617q3bcdc84cmd8e39833958ae231@mail.gmail.com
Whole thread Raw
In response to Re: Aggregate ORDER BY patch  (Andrew Gierth <andrew@tao11.riddles.org.uk>)
List 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 by date:

Previous
From: Roger Leigh
Date:
Subject: Re: Unicode UTF-8 table formatting for psql text output
Next
From: Bruce Momjian
Date:
Subject: Re: Patch committers