In this blog post I will show you how to setup a replication from
MySQL Cluster (ndbcluster) to a regular MySQL Server
(InnoDB). If you want to understand the concepts, check out part
7 of our free MySQL Cluster training.
First of all we start with a MySQL Cluster looking like this, and
what we want to do is to setup replication server to the
Reporting Server (InnoDB slave).
MySQL Cluster is great at scaling large numbers of write
transactions or shorter key-based read querise, but not so good
at longer reporting or analytical queries. I generally recommend
people to limit analytical/reporting queries on the MySQL
Cluster, in order to avoid slowing down the …