Replication is one of the most popular features of MySQL. It allows one or more slaves to have an identical data copy of the master. It is a very useful feature; thus, it has a variety of applications. MySQL NDB Cluster also has a replication facility, called NDB Cluster Replication. This chapter explains how to use it and what it can be used for.
NDB Cluster Replication Overview
Before discussing how to use NDB Cluster replication, this section contains an overview of NDB Cluster replication.