Re: PostgreSQL performance issues

From: "Dave Dutcher" <dave(at)tridecap(dot)com>
To: "'Willo van der Merwe'" <willo(at)studentvillage(dot)co(dot)za>
Cc: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: PostgreSQL performance issues
Date: 2006-08-30 14:03:01
Message-ID: 007501c6cc3d$01e1e290$8300a8c0@tridecap.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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:
http://www.postgresql.org/docs/8.1/interactive/runtime-config-logging.html

Are your queries standard SQL or do you call functions you wrote in PL/pgSQl
or PL/Python or anything?


In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Vivek Khera 2006-08-30 14:10:28 Re: performance problems.
Previous Message Willo van der Merwe 2006-08-30 13:12:41 Re: PostgreSQL performance issues