Leonardo M. Ramé l.rame at griensu.com
Wed Nov 9 11:09:12 PST 2011
On 2011-11-08 17:18:29 -0500, Christopher Browne wrote:
> On Tue, Nov 8, 2011 at 3:21 PM, Leonardo M. Ramé <l.rame at griensu.com> wrote:
> > Hi, we have one application connected to a local PostgreSql server and
> > we are facing the need to allow a remote site's users to use the
> > application. As a point-to-point connection is really expensive, we're
> > looking for other solutions, like replication.
> >
> > On each site ~25 clients are connected to the server doing reads and
> > writes, and we would like to synchronize both servers, so, for example
> > if a new record is added on Site1, in about 15minutes, that record must
> > appear on Site2, and viceversa.
> >
> > Is this possible with Slony-I?.
> 
> Unfortunately, the "vice versa" part is not possible.
> 
> Slony-I is a *single* master to multiple subscribers replication
> system; it does not try to address the multimaster problem.
> 
> What reasonably works is for site #1 to be the "master," and for that
> data to appear reasonably quickly at site #2.
> 
> There are ways of approximating multimaster replication with Slony-I,
> but it quickly gets pretty involved, and you need to effectively
> design that into your application.

Thanks Christopher, I didn't know the types of replication. Now I'm sure
I need multiple-master replication, knowing this I'll take a look at
Burcado.

-- 
Leonardo M. Ramé
Medical IT - Griensu S.A.
Av. Colón 636 - Piso 8 Of. A
X5000EPT -- Córdoba
Tel.: +54(351)4246924 +54(351)4247788 +54(351)4247979 int. 19
Cel.: +54(351)156629292



More information about the Slony1-general mailing list