How do I get rid of the MAX_ROWS limitation?
I installed cluster version 7.2.6 because the documentation states:
"Previously, it was possible to store a maximum of 46137488 rows in a single MySQL Cluster partition. This limitation has now been removed."
I created a new table and inserted my data. At around 369 million rows I got a
ERROR 1114 (HY000): The table '' is full
269M / (#partitions) = 369M / (#datanodes*#replica) = 369M/(4*2) = 369M / 8 = 46M
So apparently the limitation is still there by default.
What's the fastest and safest way to completely get rid of this limitation?
Subject
Views
Written By
Posted
How do I get rid of the MAX_ROWS limitation?
3298
May 30, 2012 09:51AM
1310
May 30, 2012 10:13AM
1378
May 31, 2012 04:23AM
1863
June 01, 2012 03:26AM
1220
June 01, 2012 04:03AM
1152
June 01, 2012 06:47AM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.