### Error "The table XXX is full" 在起 ndb cluster 時很容易會遇到這個問題,原因有很多,以下會主要介紹幾個。 參考文件 : https://dev.mysql.com/doc/refman/8.0/en/mysql-cluster-ndbd-definition.html 以下這幾個項目如果的內容不夠的話,就會引起 The table is full 錯誤。 - DataMemory - IndexMemory - MaxNoOfOrderedIndexes - MaxNoOfUniqueHashIndexes 當然還有很多設定如果不夠大的話,都會出錯。上面只是其中一部份。