Re: Request for Benchmarks...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Steve Wolfe <steve(at)iboats(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Request for Benchmarks...
Date: 2002-02-06 23:25:01
Message-ID: 200202062325.g16NP1t13299@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Steve Wolfe wrote:
> > All I can say is make sure you are using 7.2 and not an earlier release,
> > especially for SMP machines, and also look at checkpoint_segments to
> > prevent checkpointing too often under heavy load.
>
> Upgrading our production server to a brand-new release, in the middle of
> the upswing of our season, might not be the smartest thing for me to do,
> but I'll see if I can. I'm not sure what you mean about
> checkpoint_segments, can you point me to more information?

I am working on an addition to my hardware tuning guide this week for
that item. Tom Lane in pgbench testing found that heavy activity was
causing checkpoints every few seconds, rather than the usual 1-5 minutes
we prefer. The only want to know if you need more segements is to look
in the server logs and time the duration between checkpoints. We have
a TODO item to improve this reporting in 7.3. You can also add log
timestamps to make it easier.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Justin Clift 2002-02-06 23:42:33 Re: [Fwd: MS SQL compatible functions]
Previous Message Steve Wolfe 2002-02-06 23:25:00 Re: Request for Benchmarks...