MySQL Forums
Forum List  »  Replication

Re: replication vs cluster
Posted by: Mat Keep
Date: October 31, 2012 06:22AM

Note that replication in MySQL 5.6 includes Global Transaction Identifiers and new utilities that automate failover / promotion.
See the dev zone article and tutorial:
http://dev.mysql.com/tech-resources/articles/mysql-5.6-replication.html
http://dev.mysql.com/tech-resources/articles/mysql-cluster-auto-installer.html

For multiple sites, you could use master/master, but this does require additional logic in your app to handle conflicts

Options: ReplyQuote


Subject
Views
Written By
Posted
2725
October 24, 2012 10:07AM
1647
October 25, 2012 09:11AM
1223
October 25, 2012 11:08AM
Re: replication vs cluster
955
October 31, 2012 06:22AM


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.