Re: Statistical aggregate functions are not working with PARTIAL aggregation

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: Statistical aggregate functions are not working with PARTIAL aggregation
Дата
Msg-id CAKJS1f_NnttW6tZBkFQ9Un3i8+iomE45qhAKth4yeBRU4o7eHA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Statistical aggregate functions are not working with PARTIALaggregation  (Andres Freund <andres@anarazel.de>)
Ответы Re: Statistical aggregate functions are not working with PARTIALaggregation  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On Thu, 25 Jul 2019 at 06:52, Andres Freund <andres@anarazel.de> wrote:
> Now that master is open for development, and you have a commit bit, are
> you planning to go forward with this on your own?

I plan to, but it's not a high priority at the moment.  I'd like to do
much more in nodeAgg.c, TBH. It would be good to remove some code from
nodeAgg.c and put it in the planner.

I'd like to see:

1) Planner doing the Aggref merging for aggregates with the same transfn etc.
2) Planner trying to give nodeAgg.c a sorted path to work with on
DISTINCT / ORDER BY aggs
3) Planner providing nodeAgg.c with the order that the aggregates
should be evaluated in order to minimise sorting for DISTINCT  / ORDER
BY aggs.

I'd take all those up on a separate thread though.

If you're in a rush to see the cleanup proposed a few months ago then
please feel free to take it up. It might be a while before I can get a
chance to look at it again.

-- 
 David Rowley                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services



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

Предыдущее
От: Fabien COELHO
Дата:
Сообщение: Re: pgbench - allow to create partitioned tables
Следующее
От: Andres Freund
Дата:
Сообщение: ON CONFLICT (and manual row locks) cause xmax of updated tuple tounnecessarily be set