Re: Unify distant Postgres databases - Mailing list pgsql-general

From Jim C. Nasby
Subject Re: Unify distant Postgres databases
Date
Msg-id 20060515213854.GQ26212@pervasive.com
Whole thread Raw
In response to Re: Unify distant Postgres databases  ("Houssais Hugues" <Hugues.Houssais@thomson.net>)
List pgsql-general
On Tue, May 09, 2006 at 10:10:50AM +0200, Houssais Hugues wrote:
> Each distant database works on its own domain of data. Then no conflict should happen during updates.
> One thing I have not specified is that the distant databases don't handle global data but only data collected at the
locallevel. 
> Slony-1 seems not to provide replication from multi-partial databases to one global database. But maybe I'm wrong...
Canyou tell me more about this use of Slony? 

Slony-I is in fact single-master. Slony-II will be multi-master, but
it's also vaporware right now.

What you can do is setup different tables for each set of local data and
replicate all of those back to a central location. That location can
then merge everything together and push it back out. You can also just
have each location be a master for it's local data and have all the
other locations subscribe to it.
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

pgsql-general by date:

Previous
From: "Jim C. Nasby"
Date:
Subject: Re: What is your favorite front end for user interaction to postgresql databases?
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Exporting postgres query to CSV