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

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

> I'll have to get back to you on that, but I'm 90% sure its the default out
> of the box.

Raise it, a lot.   Perhaps to 30,000 or 50,000.   VACUUM VERBOSE ANALYZE
should show you how many data pages are being reclaimed between vacuums.

Because of your very high rate of updates and deletes, you need to hold a lot
of data pages open.

You would also benefit a great deal by upgrading to 7.4.   7.3 will require
you to to REINDEXes several times a day with your current setup; 7.4 will
not.

--
-Josh Berkus
 Aglio Database Solutions
 San Francisco


pgsql-performance by date:

Previous
From: "scott.marlowe"
Date:
Subject: Re: postgres eating CPU on HP9000
Next
From: Tom Lane
Date:
Subject: Re: postgres eating CPU on HP9000