Re: min duration logging - Mailing list pgsql-admin

From Steve Crawford
Subject Re: min duration logging
Date
Msg-id 4E949E83.20603@pinpointresearch.com
Whole thread Raw
In response to min duration logging  (AA <araskoktas@gmail.com>)
List pgsql-admin
On 10/11/2011 11:23 AM, AA wrote:
> hey all
> trying to find non optimized queries and want to use this logging
> feature, however postgresql seems to write every query to log.
>
> my conf is as follows...
>
> log_min_duration_statement = 450
> ...

What durations are showing in the log? Are lots/all of the queries you
run longer than 450ms?


> #log_statement = 'all'
>

I don't know what the config looked like beforehand but did you reload
PostgreSQL after changing it? You can check the current running settings
with "show all;"

Cheers,
Steve


pgsql-admin by date:

Previous
From: AA
Date:
Subject: min duration logging
Next
From: "Gnanakumar"
Date:
Subject: How to find and/or REINDEX only GiST indexes in the database?