In MySQL NDB Cluster, the management node (ndb_mgmd) is a lightweight process that among other things handles the configuration of the cluster. Since it is lightweight. It can be tempting to install it with one of the other nodes. However, …

MySQL NDB Cluster: Never Install a Management Node on the Same Host as a Data Node Read more »

This post was originally published on the MySQL Support Team Blog at https://blogs.oracle.com/mysqlsupport/entry/working_around_mysql_cluster_push on 5 August 2016. I worked on an issue recently where a query was too slow when executed in MySQL Cluster. The issue was that Cluster has …

Working Around MySQL Cluster Push Down Limitations Using Subqueries Read more »