Replicating databases - Mailing list pgsql-general

From Carlos Benkendorf
Subject Replicating databases
Date
Msg-id 20051102120637.58061.qmail@web35507.mail.mud.yahoo.com
Whole thread Raw
Responses Re: Replicating databases  (Andrew Sullivan <ajs@crankycanuck.ca>)
Re: Replicating databases  (Sebastian Hennebrueder <usenet@laliluna.de>)
List pgsql-general
Hello,
 
Currently our company has a lot of small stores distributed around the country and in the actual database configuration we have a central database and all the small stores accessing it remotely.
 
All primary key tables were designed with a column identifying the store that it belongs. In other words, the store that can update the line, other stores can read it but the system was designed in such a way that other stores can not update information that do not belong to them.
 
The performance is not good because the line speed that connects the store to the central database sometimes is overloaded. We´re thinking to replicate the central database to each store. The store would be able to read all the information from the local database but should only update lines that belong to that store.
 
When a store needs read information about other stores, it is not necessary to be updated, it can be a yesterday snapshot.
 
During the night all the local store databases will be consolidated in only one database and replicated again to the stores. In the morning, when the store opens, the local database has an updated and consolidated data.
I would appreciate suggestions about how the best way to implement such soluction.
 
Slony-1? SQL scripts?
 
Thanks in advance!
Benkendorf

__________________________________________________
Faça ligações para outros computadores com o novo Yahoo! Messenger
http://br.beta.messenger.yahoo.com/

pgsql-general by date:

Previous
From: Martijn van Oosterhout
Date:
Subject: Re: Disappearing Records
Next
From: MaXX
Date:
Subject: Clustered indexes - When to use them?