Re: query profiling

From: Jeff Davis <jdavis-pgsql(at)empires(dot)org>
To: Steve Atkins <steve(at)blighty(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: query profiling
Date: 2005-09-09 23:38:55
Message-ID: 43221D0F.9050503@empires.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Steve Atkins wrote:
> On Fri, Sep 09, 2005 at 12:39:14PM -0700, Jeff Davis wrote:
>
>
>>I'm aware of log_statement_stats, but as far as profiling goes, it's a
>>bit crude.
>>
>>Is there an easier way to determine, for example, all the queries that
>>take longer than 0.5 seconds? I'd like to do this on a production
>>system, so I'd like to avoid anything that would crush performance or
>>cause any kind of downtime.
>>
>>I could probably make log_statement_stats work, I'm just looking for an
>>easier way.
>
>
> log_min_duration_statement may be what you're looking for.
>

Thanks, I think that's exactly what I'm looking for. I'll try it out.

Regards,
Jeff Davis

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jim C. Nasby 2005-09-09 23:42:10 Re: Support for Limit in Update, Insert...
Previous Message Matthew Terenzio 2005-09-09 23:35:14 Re: Postgresql Hosting