Re: PostgreSQL performance issues - Mailing list pgsql-performance

From Dave Dutcher
Subject Re: PostgreSQL performance issues
Date
Msg-id 007501c6cc3d$01e1e290$8300a8c0@tridecap.com
Whole thread Raw
In response to Re: PostgreSQL performance issues  (Willo van der Merwe <willo@studentvillage.co.za>)
Responses Re: PostgreSQL performance issues
List pgsql-performance
That's an interesting situation.  Your CPU's are pegged, and you're hardly doing any IO.  I wonder if there is some ineficient query, or if its just very high query volume.  Maybe you could try setting log_min_duration_statement to try to track down the slowest of the queries.  Then post the slow queries with an explain analyze to the list.
 
Here is some info on setting up logging:
 
Are your queries standard SQL or do you call functions you wrote in PL/pgSQl or PL/Python or anything?
 
 

pgsql-performance by date:

Previous
From: Willo van der Merwe
Date:
Subject: Re: PostgreSQL performance issues
Next
From: Vivek Khera
Date:
Subject: Re: performance problems.