Re: Trying to minimize the impact of checkpoints

From: Jack Orenstein <jao(at)geophile(dot)com>
To: Jan Wieck <JanWieck(at)Yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Trying to minimize the impact of checkpoints
Date: 2004-06-12 17:44:34
Message-ID: 40CB4102.7040000@geophile.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Jan Wieck wrote:
> On 6/11/2004 2:02 PM, jao(at)geophile(dot)com wrote:
>
>> Quoting jao(at)geophile(dot)com:
>>
>>> When a checkpoint occurs, all operations slow way, way down.
>>> The attached spreadsheet (xls file, prepared in OO so unlikely
>>> to be dangerous) shows a run of a few hours, and the various spikes
>>> every 25-30 minutes seem consistent with checkpointing. The
>>> application is doing 1/2 reads and 1/2 inserts during this time.
>>
>>
>> Sorry for being cryptic in my message. The spreadsheet contains
>> iostat output.
>
>
> Did you try to play with the background writer config options (new in
> 7.5) at all?

No, not yet. It looks like 7.5 won't be available in time for us to
use in the first release of our product, so I've been very focused
on how to best use 7.3-4.

Any opinions on the stability of 7.5 and the effectiveness of the background
writer in reducing variability in performance due to checkpoints?

Jack Orenstein

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2004-06-12 17:51:57 Re: index with LIKE
Previous Message Tom Lane 2004-06-12 17:33:21 Re: Opteron scaling with PostgreSQL