Re: [PATCH] optional cleaning queries stored in pg_stat_statements

From: Dimitri Fontaine <dimitri(at)2ndQuadrant(dot)fr>
To: Tomas Vondra <tv(at)fuzzy(dot)cz>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] optional cleaning queries stored in pg_stat_statements
Date: 2011-11-06 12:06:58
Message-ID: m239e1tpy5.fsf@2ndQuadrant.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tomas Vondra <tv(at)fuzzy(dot)cz> writes:
> If it was possible to compare the actual plan (or at least a hash of the
> plan), and keeping one record for each plan, that'd be extremely nice.
> You'd see that the query was executed with 3 different plans, number of
> calls, average duration etc.

I like that idea. How does that integrates to current efforts?

Regards,
--
Dimitri Fontaine
http://2ndQuadrant.fr PostgreSQL : Expertise, Formation et Support

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Sushant Sinha 2011-11-06 12:33:37 Re: a tsearch issue
Previous Message Magnus Hagander 2011-11-06 10:38:54 Re: Measuring relation free space