Combining Aggregates - Mailing list pgsql-hackers

From Simon Riggs
Subject Combining Aggregates
Date
Msg-id CA+U5nMJ92azm0Yt8TT=hNxFP=VjFhDqFpaWfmj+66-4zvCGv3w@mail.gmail.com
Whole thread Raw
Responses 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>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: pgaudit - an auditing extension for PostgreSQL
Next
From: Atri Sharma
Date:
Subject: Re: Combining Aggregates