Re: [Bucardo-general] doubts about target db?

From: Rakesh Kumar <rakeshkumar464(at)outlook(dot)com>
To: Periko Support <pheriko(dot)support(at)gmail(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: [Bucardo-general] doubts about target db?
Date: 2016-10-14 15:54:56
Message-ID: DM2PR05MB622A6A1EFCC165BFBF1AB778CDF0@DM2PR05MB622.namprd05.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>Other thing, with bucardo what is the difference between in a
>master-master replica vs master-slave, at the end in both ways the
>user has a 2nd DB with R/W permission?

I think in a M-M mode, updates from both dbs will be replicated to the other db.
In other words they will be eventually consistent.
In a M-S mode, even though Slaves can be updated by the app, its updates will
not be replicated back to the master. While updates from M->S will happen all
the time, updates from S will not go to M.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Periko Support 2016-10-14 16:20:03 Re: [Bucardo-general] doubts about target db?
Previous Message Periko Support 2016-10-14 15:34:40 Re: [Bucardo-general] doubts about target db?