Re: postgres eating CPU on HP9000 - Mailing list pgsql-performance

From Josh Berkus
Subject Re: postgres eating CPU on HP9000
Date
Msg-id 200403261511.22493.josh@agliodbs.com
Whole thread Raw
In response to postgres eating CPU on HP9000  (Fabio Esposito <nfesposi@sourceweave.net>)
Responses Re: postgres eating CPU on HP9000
List pgsql-performance
Fabio,

> Postgres initially worked wonderfully, fast and solid.  It
> preformed complex joins in 0.01secs, and was able to keep up with our
> message queue.  It stayed this way for almost a year during our
> development.
>
> Recently it started eating up the cpu, and cannot keepup with the system
> like it used to.  The interesting thing here is that it still runs great
> on an older system with less ram, one slower cpu, and an older disk.

This really points to a maintenance problem.  How often do you run VACUUM
ANALYZE?   You have a very high rate of data turnover, and should need to
VACUUM frequently.

Also, what's you max_fsm_pages setting.

--
-Josh Berkus
 Aglio Database Solutions
 San Francisco


pgsql-performance by date:

Previous
From: Steve Atkins
Date:
Subject: Re: [HACKERS] fsync method checking
Next
From: Tom Lane
Date:
Subject: Re: odd planner choice