Re: Configuring synchronous replication

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: Configuring synchronous replication
Дата
Msg-id AANLkTi=UPBeBubysyY-vOzQxAEnV_4N8s7tzA4X_AhxX@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Configuring synchronous replication  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Ответы Re: Configuring synchronous replication  (Simon Riggs <simon@2ndQuadrant.com>)
Re: Configuring synchronous replication  (Aidan Van Dyk <aidan@highrise.ca>)
Re: Configuring synchronous replication  (Markus Wanner <markus@bluegap.ch>)
Список pgsql-hackers
On Fri, Sep 17, 2010 at 7:41 PM, Heikki Linnakangas
<heikki.linnakangas@enterprisedb.com> wrote:
>> The question is do we want standby registration on master and if so,
>> why?
>
> Well, aside from how to configure synchronous replication, standby
> registration would help with retaining the right amount of WAL in the
> master. wal_keep_segments doesn't guarantee that enough is retained, and
> OTOH when all standbys are connected you retain much more than might be
> required.

Yep.

And standby registration is required when we support "wait forever when
synchronous standby isn't connected at the moment" option that Heikki
explained upthread. Though I don't think that standby registration is
required in the first phase since "wait forever" option is not used in
basic use case. Synchronous replication is basically used to reduce the
downtime, and "wait forever" option opposes that.

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


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

Предыдущее
От: "Kevin Grittner"
Дата:
Сообщение: Re: Serializable Snapshot Isolation
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Serializable Snapshot Isolation