From: | David Rowley <dgrowleyml(at)gmail(dot)com> |
---|---|
To: | Simon Riggs <simon(at)2ndquadrant(dot)com> |
Cc: | KaiGai Kohei <kaigai(at)ak(dot)jp(dot)nec(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> |
Subject: | Re: Combining Aggregates |
Date: | 2014-12-17 18:53:00 |
Message-ID: | CAApHDvoEWOPB_LPnCZsRjJ5psK-7cNs4EzTULqzF9z2ar01J9g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 18 December 2014 at 01:31, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
>
> On 17 December 2014 at 10:20, David Rowley <dgrowleyml(at)gmail(dot)com> wrote:
> > On 17 December 2014 at 22:53, Simon Riggs <simon(at)2ndquadrant(dot)com> wrote:
> >>
> >> 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...
> >>
> >
> > Very much so! You must have missed my patch.
> >
> >
> http://www.postgresql.org/message-id/CAApHDvrZG5Q9rNxU4WOga8AgvAwQ83bF83CFvMbOQcCg8vk=Zw@mail.gmail.com
>
> Very strange that you should post an otherwise unrelated patch on
> someone else's thread AND not add the patch to the CommitFest.
>
> Stealth patch submission is a new one on me.
>
>
Apologies about that, It was a bad decision.
I had thought that it's a bit of a chicken and the egg problem... This is
the egg, we just need a chicken to come and lay it.
I had imagined that it would be weird to commit something that's dead in
code and not all that testable until someone adds some other code to
utilise it.
Regards
David Rowley
From | Date | Subject | |
---|---|---|---|
Next Message | Josh Berkus | 2014-12-17 18:53:02 | Re: On partitioning |
Previous Message | Alvaro Herrera | 2014-12-17 18:39:39 | Re: Proposal: Log inability to lock pages during vacuum |