Question : I’m currently working with a large network of MySQL 5.1 DBs (using MyISAM tables) and I’m evaluating a […]
Tag: ndbcluster
Alter mysql database engine doesn’t work from cluster to other
Question : I got into this issue when I tried to alter my database table engine to InnoDB from ndbcluster, […]
Adding Memcached plugin to Mysql Cluster Fails to start
Question : I was able to setup a new mysql cluster, with total 6 VMs. New requirement is to add […]
binlog not recording DML statement in mysqlcluster
Question : I have created a MySQL NDB Cluster consisting of 2 data node, 1 mgm node and 1 mysqld […]
binlog not recording DML statement in mysqlcluster
Question : I have created a MySQL NDB Cluster consisting of 2 data node, 1 mgm node and 1 mysqld […]
MySQL Cluster RAM requirement
Question : From MySQL 5.1, the data doesn’t need to be entirely in memory anymore. I’ve read that the indexed […]
MySQL NDB cluster maximum data size
Question : According to the limitations outlined at http://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-limitations.html, there can only be 48 data nodes. Does that mean, with […]
What are the benefits of using MySQL Cluster?
Question : I have never dipped my hands in MySQL Cluster and want to know how it can benefit me. […]
What is a mysqld process in a MySQL cluster?
Question : As I know, a mysqld process is a kind of a router of a MySQl cluster. It directs […]
How much data is needed to show MySQL Cluster’s performance scaling vs. InnoDB
Question : I am evaluating MySQL Cluster as a possible replacement for an InnoDB schema. So far, I have tested […]