trialmonkey has asked for the wisdom of the Perl Monks concerning the following question:
Due to the temporal nature of the database, it is possible to decouple replication from the database. That is, it would be possible to use a messaging scheme that would replicate the data and have a separate mechanism for handling database loading as well routing messages from the hub to the appropriate spokes.
Any design insights or pointers to useful modules is appreciated.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: DB Merge Replication
by mpeppler (Vicar) on Jun 30, 2004 at 15:39 UTC | |
by trialmonkey (Hermit) on Jul 01, 2004 at 01:36 UTC | |
|
Re: DB Merge Replication
by simonm (Vicar) on Jul 01, 2004 at 14:13 UTC |