Re: postgres eating CPU on HP9000

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Fabio Esposito <nfesposi(at)sourceweave(dot)net>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: postgres eating CPU on HP9000
Date: 2004-03-27 00:26:02
Message-ID: 200403261626.02845.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2004-03-27 00:36:29 Re: postgres eating CPU on HP9000
Previous Message scott.marlowe 2004-03-27 00:05:55 Re: postgres eating CPU on HP9000