From: | David Rowley <dgrowleyml(at)gmail(dot)com> |
---|---|
To: | Florian Pflug <fgp(at)phlo(dot)org> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Kevin Grittner <kgrittn(at)ymail(dot)com>, Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>, Josh Berkus <josh(at)agliodbs(dot)com>, Greg Stark <stark(at)mit(dot)edu>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [PATCH] Negative Transition Aggregate Functions (WIP) |
Date: | 2014-01-20 09:14:11 |
Message-ID: | CAApHDvrFMoyay2Yu+PDO3-8GaoRuZBkrc=javdibNGw3+at5Dg@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, Jan 20, 2014 at 8:42 PM, David Rowley <dgrowleyml(at)gmail(dot)com> wrote:
> On Mon, Jan 20, 2014 at 2:45 PM, Florian Pflug <fgp(at)phlo(dot)org> wrote:
>
>> * EXPLAIN VERBOSE ANALYZE now shows the max. number of forward aggregate
>> transitions per row and aggregate. It's a bit imprecise, because it
>> doesn't
>> track the count per aggregate, but it's still a good metric for how well
>> the inverse transition functions work. If the number is close to one,
>> you
>> know that very few rescans are happening.
>>
>>
> I've not looked at this yet and I don't think I'll have time tonight, but
> it sounds interesting. I guess it might be quite nice to have a way to see
> this especially with the way the numeric stuff works, it might be actually
> pretty hard to otherwise know how many inverse transition "failures" there
> had been. Do you think it's also worth tracking the inverse transition
> failures too?
>
>
I've merged this patch but I attempted to get it into a bit more of a ready
state by moving the code out into a helper function the same way as the
other explain stuff is done. I've not touched explain before so do let me
know if I've made it worse.
https://github.com/david-rowley/postgres/commits/invtrans
Regards
David Rowley
From | Date | Subject | |
---|---|---|---|
Next Message | Sameer Kumar | 2014-01-20 09:18:15 | Re: using rpmbuild with PostgreSQL 9.2.6 source code |
Previous Message | Devrim GÜNDÜZ | 2014-01-20 09:12:12 | Re: using rpmbuild with PostgreSQL 9.2.6 source code |