一、循環插入數據時出現 table is full 二、在mgm>all report memoryusage 查看 Node 2: Data usage is 22%(2305 32K pages of total 10240) 使用率到最后98%以上這時出現啦table is full 基于以上兩種情況,其實是一種情況的我的解決方法是: 根據硬件配置必須根據硬件配置修改my.cnf文件和config.ini文件 1.config.ini [ndbd default] NoOfReplicas=2 MaxNoOfConcurrentOperations=10000 DataMemory=320M IndexMemory=96M TimeBetweenWatchDogCheck=30000 MaxNoOfOrderedIndexes=512 2.my.cnf [mysqld] ndbcluster ndb-connectstring=124.95.137.12 optimizer_switch=engine_condition_pushdown=off 問題得以解決 來源:http://www.greensoftcode.net/
|