Re: average query performance measuring

From: Peter Geoghegan <peter(at)2ndquadrant(dot)com>
To: Tomas Vondra <tv(at)fuzzy(dot)cz>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: average query performance measuring
Date: 2012-08-21 21:51:12
Message-ID: CAEYLb_WCpm1LAaJaxrz8gx9pT1ggXsO0Tv733wyKo_CBCjxxXQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 21 August 2012 22:08, Tomas Vondra <tv(at)fuzzy(dot)cz> wrote:
> As others already mentioned, the improvements in pg_stat_statements by
> Peter Geoghean in 9.2 is the first thing you should look into I guess.
> Especially if you're looking for per-query stats.

If people would like to know about a better way to monitor query
execution costs on earlier versions, I think that I'll probably have
new information about that for my talk at Postgres Open.

--
Peter Geoghegan http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training and Services

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Matt Daw 2012-08-21 22:57:13 Performance of Seq Scan from buffer cache
Previous Message Tomas Vondra 2012-08-21 21:08:09 Re: average query performance measuring