Re: Load Distributed Checkpoints, take 3

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: Load Distributed Checkpoints, take 3
Дата
Msg-id Pine.GSO.4.64.0706261415360.6715@westnet.com
обсуждение исходный текст
Ответ на Re: Load Distributed Checkpoints, take 3  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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@gregsmith.com http://www.gregsmith.com Baltimore, MD

В списке pgsql-patches по дате отправления:

Предыдущее
От: Greg Smith
Дата:
Сообщение: Re: Load Distributed Checkpoints, take 3
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Load Distributed Checkpoints, final patch