The problem of automatic slicing of MySQL Cluster

as shown in the picture, the official MySQL website says that MySQL Cluster can automatically slice the table to different data nodes, which means that there is no need for manual table splitting. We often divide the database into tables, such as 100 user tables, so we don"t need tables to use the cluster? )

clipboard.png

Feb.28,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b366eb-2c01e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b366eb-2c01e.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?