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

From Greg Stark
Subject Re: Aggregate ORDER BY patch
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Aggregate ORDER BY patch  (Andrew Gierth <[email protected]>)
List pgsql-hackers
On Sun, Nov 15, 2009 at 11:23 PM, Andrew Gierth
<[email protected]> 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