[Fwd: Re: Optimize]

From: Torsten Schulz <comic(at)be-a-part(dot)de>
To: pgsql-performance(at)postgresql(dot)org
Subject: [Fwd: Re: Optimize]
Date: 2003-11-25 19:39:05
Message-ID: 3FC3AFD9.300@be-a-part.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Hi,

> You can see doing select * from pg_stat_activity the
> queries that are currently running on your server, and
> do a explain analize on it to see which one is the
> bottleneck. If you are running the 7.4 you can see on
> the log the total ammount for each query.

with this query I see how much queries running, but the field
current_query are free, so i can't see which queries are very slow.

Greetings
Torsten

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message LIANHE SHAO 2003-11-25 19:48:49 why index scan not working when using 'like'?
Previous Message Richard Huxton 2003-11-25 19:27:39 Re: design question: general db performance