Some database objects such as tables and indexes have different
limitations when using the
NDBCLUSTER
storage engine:
Table names containing special characters.
NDB
tables whose names
contain characters other than letters, numbers, dashes,
and underscores and which are created on one SQL node were
not always discovered correctly by other SQL nodes.
(Bug#31470)
This issue was fixed in MySQL 5.1.23, MySQL Cluster NDB 6.2.7, and MySQL Cluster NDB 6.3.4.
Number of database objects.
The maximum number of all
NDB
database objects in a
single MySQL Cluster — including databases, tables,
and indexes — is limited to 20320.
Attributes per table. The maximum number of attributes (that is, columns and indexes) per table is limited to 128.
Attributes per key. The maximum number of attributes per key is 32.
Row size.
The maximum permitted size of any one row is 8052 bytes.
Each BLOB
or
TEXT
column contributes 256
+ 8 = 264 bytes towards this total.
User Comments
Add your own comment.