while deleting more than 13000 rows from a database, I got
error -1 - unknown ndb error
The maximum count of rows that I could delete varied - it was +- 13000 rows. Could you please tell me, what configuration parameter should I look at?
Version: MySQL distrib mysql-5.1.47 ndb-7.1.5, for pc-linux-gnu (i686)
config.ini of ndb_mgm host:
[ndbd default]
NoOfReplicas=2 # Number of replicas (This must match the number of data nodes!!!)
DataMemory=512M # How much memory to allocate for data storage
IndexMemory=256M # How much memory to allocate for index storage
# For DataMemory and IndexMemory, we have used the
# default values. Since the "world" database takes up
# only about 500KB, this should be more than enough for
# this example Cluster setup.
MaxNoOfAttributes=10000
MaxNoOfOrderedIndexes=256
StopOnError=0
#MaxStartFailRetries=3
#StartFailRetryDelay=60