Re: Query Feromance

From: Marco Furetto <furetto(at)bluestudio(dot)it>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: Query Feromance
Date: 2006-03-22 09:18:22
Message-ID: 4421165E.4070800@bluestudio.it
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

I find another java program for monitory application query:
http://www.p6spy.com/
with interface
http://www.jahia.net/jahia/page597.html

Thomas Pundt wrote:
> Hi,
>
> On Tuesday 21 March 2006 09:25, Marco Furetto wrote:
> | I'm managing the db of a "Content Management environment" and I'm
> | searching for a "Query analyzer" to improve performance because i don't
> | know how many and what type of queries are executing on the system (for
> | the "where and join" block).
>
> as a first step, I'd enable query duration logging; in postgresql.conf
> I have set
>
> log_min_duration_statement = 3000
>
> this will log each query that needs more than 3 seconds to complete.
>
> The next step would be to "explain analyze" the problematic queries.
>
> Ciao,
> Thomas
>

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Simon Riggs 2006-03-22 09:46:29 Re: Migration study, step 1: bulk write
Previous Message Mikael Carneholm 2006-03-22 09:04:49 Re: Migration study, step 1: bulk write performanceoptimization