[Fwd: Re: Optimize] - Mailing list pgsql-performance

From Torsten Schulz
Subject [Fwd: Re: Optimize]
Date
Msg-id 3FC3AFD9.300@be-a-part.de
Whole thread Raw
Responses Re: [Fwd: Re: Optimize]  (Gaetano Mendola <mendola@bigfoot.com>)
List 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



pgsql-performance by date:

Previous
From: Richard Huxton
Date:
Subject: Re: design question: general db performance
Next
From: LIANHE SHAO
Date:
Subject: why index scan not working when using 'like'?