Re: Load distributed checkpoint V3

Поиск
Список
Период
Сортировка
От Greg Smith
Тема Re: Load distributed checkpoint V3
Дата
Msg-id Pine.GSO.4.64.0704050853230.6384@westnet.com
обсуждение исходный текст
Ответ на Re: Load distributed checkpoint V3  (Heikki Linnakangas <heikki@enterprisedb.com>)
Список pgsql-patches
On Thu, 5 Apr 2007, Heikki Linnakangas wrote:

> Unfortunately because of the recent instrumentation and CheckpointStartLock
> patches this patch doesn't apply cleanly to CVS HEAD anymore. Could you fix
> the bitrot and send an updated patch, please?

The "Logging checkpoints and other slowdown causes" patch I submitted
touches some of the same code as well, that's another possible merge
coming depending on what order this all gets committed in.  Running into
what I dubbed perpetual checkpoints was one of the reasons I started
logging timing information for the various portions of the checkpoint, to
tell when it was bogged down with slow writes versus being held up in sync
for various (possibly fixed with your CheckpointStartLock) issues.

--
* Greg Smith gsmith@gregsmith.com http://www.gregsmith.com Baltimore, MD

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Load distributed checkpoint V3
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Fix mdsync never-ending loop problem