Re: performance problems ... 100 cpu utilization

From: David Mitchell <david(dot)mitchell(at)telogis(dot)com>
To: Dennis <dennis(at)works4me(dot)com>
Cc: Qingqing Zhou <zhouqq(at)cs(dot)toronto(dot)edu>, pgsql-performance(at)postgresql(dot)org
Subject: Re: performance problems ... 100 cpu utilization
Date: 2005-07-14 05:07:33
Message-ID: 42D5F315.3090301@telogis.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

What is the load average on this machine? Do you do many updates? If you
do a lot of updates, perhaps you haven't vacuumed recently. We were
seeing similar symptoms when we started load testing our stuff and it
turned out we were vacuuming too infrequently.

David

Dennis wrote:
> Qingqing Zhou wrote:
>
>> Are you sure 100% CPU usage is solely contributed by Postgresql? Also,
>> from
>> the ps status you list, I can hardly see that's a problem because of
>> problem
>> you mentioned below.
>>
>>
> The postgreSQL processes are what is taking up all the cpu. There aren't
> any other major applications on the machine. Its a dedicated database
> server, only for this application.
>
> It doesn't seem to make sense that PostgreSQL would be maxed out at this
> point. I think given the size of the box, it could do quite a bit
> better. So, what is going on? I don't know.
>
> Dennis
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/docs/faq
>
>

--
David Mitchell
Software Engineer
Telogis

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Alison Winters 2005-07-14 05:08:30 lots of updates on small table
Previous Message Dennis 2005-07-14 03:28:43 Re: performance problems ... 100 cpu utilization