Re: Sustained inserts per sec ... ?

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: Christopher Petrilli <petrilli(at)gmail(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Sustained inserts per sec ... ?
Date: 2005-04-01 20:53:38
Message-ID: 1112388818.3487.34.camel@jd2.commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


> What seems to happen is it slams into a "wall" of some sort, the
> system goes into disk write frenzy (wait=90% CPU), and eventually
> recovers and starts running for a while at a more normal speed. What
> I need though, is to not have that wall happen. It is easier for me
> to accept a constant degredation of 5%, rather than a 99% degredation
> for short periods, as it can cause cascade problems in the system.

Could this possibly be a checkpoint happening?

Also how many checkpoint segments do you have?

>
> My goal is to gather some numbers, and post code + schema + analysis.
>
> Chris
--
Command Prompt, Inc., Your PostgreSQL solutions company. 503-667-4564
Custom programming, 24x7 support, managed services, and hosting
Open Source Authors: plPHP, pgManage, Co-Authors: plPerlNG
Reliable replication, Mammoth Replicator - http://www.commandprompt.com/

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Tom Lane 2005-04-01 20:58:45 Re: Sustained inserts per sec ... ?
Previous Message Christopher Petrilli 2005-04-01 20:46:40 Re: Sustained inserts per sec ... ?