Subject | Re: [firebird-support] Creation of a "Replication Friendly" database. Any rules of thumb? |
---|---|
Author | Jonathan Neve |
Post date | 2005-03-24T07:12:33Z |
Todd Brasseur wrote:
system for replicating the generator values. In other words, when you
replicate, you first fetch the generator value from the server, then
apply it locally, then replicate the record. That's what I did, and it
works nicely.
Regards,
Jonathan Neve.
>We are also thinking about adding Replication. We currently have allIf you're making your own replicator, another solution is to have a
>primary keys as integers being created with Generators.
>
>I like the idea of the 2 part primary keys because the application is
>already quite dependent on the current primary keys (single generated
>integers) and think it would be much less work to add a second generator
>and primary key than changing existing keys to GUIIDs.
>
>
system for replicating the generator values. In other words, when you
replicate, you first fetch the generator value from the server, then
apply it locally, then replicate the record. That's what I did, and it
works nicely.
Regards,
Jonathan Neve.