Skip to main content
codeulike's user avatar
codeulike's user avatar
codeulike's user avatar
codeulike
  • Member for 15 years, 2 months
  • Last seen more than a month ago
awarded
awarded
awarded
awarded
awarded
awarded
comment
Best practice/Patterns for two way data synchronisation
7 years later, 50 upvotes but only 1 decent answer. There must be some syncronisation patterns or best practices out there?
awarded
awarded
awarded
awarded
awarded
awarded
awarded
awarded
awarded
awarded
Loading…
comment
Best practice/Patterns for two way data synchronisation
Thanks, I think you're talking about distributed dbs with the same schema and dealing with distributed transactions. I'm thinking more of scenarios where the two DBs are completely autonomous (e.g. they assign unique ids in completely different ways and the schemas differ) but you want to sync a subset of the data in them.
comment
Best practice/Patterns for two way data synchronisation
@gnat: Thanks for the link, some of the concerns are similar (eg dealing with heterogeneity), but I'm talking about syncing a subset of data from two autonomous databases whereas that seems to be more about creating a fully integrated view of everything across multiple dbs.