Re: Load Distributed Checkpoints, take 3

From: Greg Smith <gsmith(at)gregsmith(dot)com>
To: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Load Distributed Checkpoints, take 3
Date: 2007-06-25 05:33:43
Message-ID: Pine.GSO.4.64.0706241617540.21969@westnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Sun, 24 Jun 2007, Simon Riggs wrote:

> Greg can't choose to use checkpoint_segments as the limit and then
> complain about unbounded recovery time, because that was clearly a
> conscious choice.

I'm complaining only because everyone seems content to wander in a
direction where the multiplier on checkpoint_segments for how many
segments are actually active at once will go up considerably, which can
make a known problem (recovery time) worse. I'm thinking about things
like how the release notes for 8.3 are going to address this. It the plan
to say something like "whatever you set checkpoint_segments to before so
you were happy with the crash recovery time, make sure to re-run all those
tests again because we made a big change there, it may take a lot longer
now with the same value, and too bad if you don't like it because there's
no way to get the old behavior back. Suck it up, decrease
checkpoint_segments, and get used to having more checkpoints if you have
to keep the same recovery time".

--
* Greg Smith gsmith(at)gregsmith(dot)com http://www.gregsmith.com Baltimore, MD

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Greg Smith 2007-06-25 05:50:58 Re: Load Distributed Checkpoints, take 3
Previous Message Henry B. Hotz 2007-06-25 05:10:23 Re: Preliminary GSSAPI Patches