Re: Query Feromance

From: Thomas Pundt <mlists(at)rp-online(dot)de>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Query Feromance
Date: 2006-03-21 10:58:43
Message-ID: 200603211158.43887.mlists@rp-online.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi,

On Tuesday 21 March 2006 10:56, Marco Furetto wrote:
| ok, I enable query duration logging in postgresql.conf.
|
| where is the instruments for analyze the statistics queries executing on
| my  db?
|
| Eg.: Number of query executing, total time for executing a single query,
| etc...

I don't know if there are tools or settings available for PostgreSQL that do
such number-of-query-accounting; but you can set the
log_min_duration_statement value to 0 to log all statements with their
duration.

See http://www.postgresql.org/docs/8.1/interactive/runtime-config.html
for more options on runtime configuration, especially 17.7 and 17.8
might be of interest for you.

Ciao,
Thomas

--
Thomas Pundt <thomas(dot)pundt(at)rp-online(dot)de> ---- http://rp-online.de/ ----

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Mark Kirkwood 2006-03-21 11:03:26 Re: Best OS & Configuration for Dual Xeon w/4GB & Adaptec
Previous Message Mark Kirkwood 2006-03-21 10:40:45 Re: planner with index scan cost way off actual cost,