Re: CPU load - Mailing list pgsql-performance

From Albe Laurenz
Subject Re: CPU load
Date
Msg-id D960CB61B694CF459DCFB4B0128514C2028AABB1@exadv11.host.magwien.gv.at
Whole thread Raw
In response to Re: CPU load  (kiki@fesb.hr)
Responses Re: CPU load
List pgsql-performance
kiki wrote:
> The number of rows returned by the query varies, right now is:
>
> 49 row(s)
> Total runtime: 3,965.718 ms
> The table currently has 971582 rows.
>
> But the problem is that when database server is restarted everything works
> fine and fast. No heavy loads of the processor and as time passes
> situation with the processor is worsen.

It would be interesting to know the result of EXPLAIN ANALYZE for the
query, both when it performs well and when it doesn't.

One thing I see right away when I look at your postgresql.conf is that
you have set shared_buffers to an awfully small value of 2000, when you have
enough memory on the machine (vmstat reports 2GB free memory, right?).

Does the situation improve if you set it to a higher value?

Yours,
Laurenz Albe

pgsql-performance by date:

Previous
From: kiki@fesb.hr
Date:
Subject: Re: CPU load
Next
From: Andrew Sullivan
Date:
Subject: Re: Slow updates, poor IO