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-26 18:22:16
Message-ID: Pine.GSO.4.64.0706261415360.6715@westnet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Tue, 26 Jun 2007, Tom Lane wrote:

> I have no doubt that there are scenarios such as you are thinking about,
> but it definitely seems like a corner case that doesn't justify keeping
> the all-buffers scan. That scan is costing us extra I/O in ordinary
> non-corner cases, so it's not free to keep it.

And scenarios I'm concerned about but can't diagram as easily fall into
this category as well. I agree that a LDC enabled config would ship with
the all-buffers scan turned off as redundant and wasteful, in which the
only cost to keep it is code baggage. But the fact that there are corner
cases floating around this area is what makes me feel that removing it
altogether is still a bit premature.

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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Heikki Linnakangas 2007-06-26 18:49:15 Load Distributed Checkpoints, final patch
Previous Message Greg Smith 2007-06-26 17:59:50 Re: Load Distributed Checkpoints, take 3