April 2010
Intermediate to advanced
276 pages
6h 16m
English
MySQL Clusters can survive the failure of any single storage node as long as NoOfReplicas is greater than 1 (and there is almost no point in a cluster if it is not). In this recipe, we will demonstrate how a MySQL Cluster detects and handles the failure of a single storage node (where all other nodes are working). In the next recipe, we will cover how a cluster copes with multiple storage node failures.
MySQL Cluster has an algorithm for high availability with two, slightly competing, aims:
In every MySQL Cluster, there are many copies of each fragment of data (using
Read now
Unlock full access