Mysql migrate huge db from innodb to ndbcluster Err: the table is full
- by Nguyen Trong Nhan
I'm trying to migrate old database to mysql cluster (4 data nodes) by using command:
ALTER TABLE sample ENGINE=NDBCLUSTER
but I'm getting the following error:
The table '#sql-7ff3_3' is full
There are approximately 300 mil rows in this table. Here are my config file:
/mysql-cluster/config.ini
[NDBD DEFAULT]
NoOfReplicas=2…