MySQL Forums
Forum List  »  Replication

Re: Two master databases for two seperate apps
Posted by: Rick James
Date: December 09, 2011 12:25PM

Consider "NDB Cluster" -- it allows split brain and handles conflict resolution with several choices, such as "latest wins".

With regular MySQL, conflicts hang replication until you manually do something. Cluster can fix the problems 'unattended'.

Options: ReplyQuote


Subject
Views
Written By
Posted
1999
December 05, 2011 02:36PM
Re: Two master databases for two seperate apps
791
December 09, 2011 12:25PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.