Hi there,
I'm using LOAD DATA INFILE with 100k rows into a 7.2 ndbcluster with 2 data nodes. There is no BLOG data in the file. This takes 2 minutes with the cluster. If I switch to innodb this takes only 10 seconds. I've played around with batchsize and with batchbytesize a bit, but I can't seem to find a combination that is faster.
Should the cluster really be 12x slower than Innodb?
Is there anything else I can do to try to speed it up?
I'm using LOAD DATA INFILE with 100k rows into a 7.2 ndbcluster with 2 data nodes. There is no BLOG data in the file. This takes 2 minutes with the cluster. If I switch to innodb this takes only 10 seconds. I've played around with batchsize and with batchbytesize a bit, but I can't seem to find a combination that is faster.
Should the cluster really be 12x slower than Innodb?
Is there anything else I can do to try to speed it up?