Hi everybody
I am running linuz AS-4 with 5.0.24 max version MySQL Cluster i am able to
create all the table as ndb but when comming to
the import i am not able to import 20 lakhs of record for a table.please help
to solve the problem .
20 lakhs => 2 million rows?
My memory is that cluster can only do operations in batches of about
30,000 rows at a time. So, if that import is using extended inserts
(typical if it's a mysqldump output) it won't work. You need to insert
them in batches of no more than 30,000....
-philip
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]