MySQL Forums
Forum List  »  NDB clusters

Re: Cluster Create Table Limitation?
Posted by: Adam D
Date: May 17, 2006 03:38PM

http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-limitations.html

Perhaps:
#
The maximum number of attributes per table is limited to 128.
#
The maximum permitted size of any one row is 8KB, not including data stored in BLOB columns.

Run ndb_size.pl accross your table whilst its in innodb and see if it breaches any limitations on that page.



Edited 1 time(s). Last edit at 05/17/2006 03:39PM by Adam D.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Cluster Create Table Limitation?
1276
May 17, 2006 03:38PM


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.