MySQL Forums
Forum List  »  NDB clusters

Re: High availability scenario scrutiny sought
Posted by: Ted Wennmark
Date: January 09, 2014 07:15AM

Hi Sandeep,

This kind of setup will not work with MySQL Cluster, MySQL Cluster needs reliable network between data nodes and you need to guarantee predicable latency on the network. MySQL Cluster send heartbeats between data nodes and if you loose network connectivity between data nodes parts or whole cluster will die depending on network failure. Furthermore if one office gets isolated that part of the cluster would die and only be possible to start once you have connectivity again, at this point data nodes would automatically resynchronize and join the cluster.

Please start by reading our evaluation guide, you can get a copy here: http://www.mysql.com/why-mysql/white-papers/mysql-cluster-evaluation-guide/

Kind Regards,
Ted

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: High availability scenario scrutiny sought
801
January 09, 2014 07:15AM


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.