Re: Bi-Directional replication client awareness

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Bi-Directional replication client awareness
Дата
Msg-id 20140712103307.GA3494@awork2.anarazel.de
обсуждение исходный текст
Ответ на Re: Bi-Directional replication client awareness  (Craig Ringer <craig@2ndquadrant.com>)
Ответы Re: Bi-Directional replication client awareness  (Martin Gudmundsson <martingudmundsson@gmail.com>)
Список pgsql-general
On 2014-07-12 18:22:30 +0800, Craig Ringer wrote:
> On 07/12/2014 02:24 PM, Martin Gudmundsson wrote:
> > Any ideas giving BDR an option to be synchronous. I mean in ”close quarters” with low latency it should work ok.
>
> BDR doesn't do synchronous replication _yet_, but it's on the roadmap.

Just to clarify: There's two things that sometimes are referred to as
'synchronous' in the context of multimaster replication.

Just like with HS' builtin synchronous replication it can mean that the
client doesn't get a reply until the COMMIT has safely been replicated
to other systems. That's supported by BDR today.
The more complex thing is support for performing transactions that, when
the COMMIT returns successfully, can't have conflicts. That's *not* yet
supported, but we're thinking of implementing it for individual
transactions.

Greetings,

Andres Freund

--
 Andres Freund                       http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: Bi-Directional replication client awareness
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Bi-Directional replication client awareness