Combining Aggregates

Поиск
Список
Период
Сортировка
От Simon Riggs
Тема Combining Aggregates
Дата
Msg-id CA+U5nMJ92azm0Yt8TT=hNxFP=VjFhDqFpaWfmj+66-4zvCGv3w@mail.gmail.com
обсуждение исходный текст
Ответы Re: Combining Aggregates  (Atri Sharma <atri.jiit@gmail.com>)
Re: Combining Aggregates  (David Rowley <dgrowleyml@gmail.com>)
Re: Combining Aggregates  (Kouhei Kaigai <kaigai@ak.jp.nec.com>)
Список pgsql-hackers
KaiGai, David Rowley and myself have all made mention of various ways
we could optimize aggregates.

Following WIP patch adds an extra function called a "combining
function", that is intended to allow the user to specify a
semantically correct way of breaking down an aggregate into multiple
steps.

Gents, is this what you were thinking? If not...

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

Вложения

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

Предыдущее
От: Simon Riggs
Дата:
Сообщение: Re: pgaudit - an auditing extension for PostgreSQL
Следующее
От: Atri Sharma
Дата:
Сообщение: Re: Combining Aggregates