Re: Difference between UDR and BDR replication - Mailing list pgsql-general

From Kaushal Shriyan
Subject Re: Difference between UDR and BDR replication
Date
Msg-id CAD7Ssm-=iraDp-b62EdPO0ESz8UoD-0hkpOX2OjqqFsRjb5==A@mail.gmail.com
Whole thread Raw
In response to Re: Difference between UDR and BDR replication  (Craig Ringer <craig@2ndquadrant.com>)
Responses Re: Difference between UDR and BDR replication
List pgsql-general


On Thu, Jan 28, 2016 at 6:32 PM, Craig Ringer <craig@2ndquadrant.com> wrote:
On 28 January 2016 at 19:16, Kaushal Shriyan <kaushalshriyan@gmail.com> wrote:
Hi,

Can somebody please help me understand the difference between UDR and BDR with examples?


BDR is for multiple masters that all replicate to each other.

UDR takes data from one server and copies it to another. One way. (By the way, I strongly advise you to now use pglogical instead of UDR).

BDR:

  A <==> B

UDR/pglogical:

  A ==> B

Hi Craig,

Thanks for the explanation. Does it mean UDR is Master to Slave replication? 

Regards,

Kaushal

pgsql-general by date:

Previous
From: Craig Ringer
Date:
Subject: Re: Difference between UDR and BDR replication
Next
From: Craig Ringer
Date:
Subject: Re: Difference between UDR and BDR replication