The world's most popular open source database
A number of features supported by other storage engines are not
supported for NDB tables. Trying to use any of
these features in MySQL Cluster does not cause errors in or of
itself; however, errors may occur in applications that expects the
features to be supported or enforced:
Foreign key constraints.
The foreign key construct is ignored, just as it is in
MyISAM tables.
OPTIMIZE operations.
OPTIMIZE operations are not supported.
LOAD TABLE ... FROM MASTER.
LOAD TABLE ... FROM MASTER is not
supported.
Savepoints and rollbacks.
Savepoints and rollbacks to savepoints are ignored as in
MyISAM.
Durability of commits. There are no durable commits on disk. Commits are replicated, but there is no guarantee that logs are flushed to disk on commit.
Replication. Replication is not supported.
See Section 17.12.3, “Limits Relating to Transaction Handling”,
for more information relating to limitations on transaction
handling in NDB.


User Comments
Add your own comment.