MySQL Forums
Forum List  »  NDB clusters

cluster limits
Posted by: Scott Duffy
Date: August 09, 2005 08:10AM

It is not possible to make online schema changes such as those accomplished using ALTER TABLE or CREATE INDEX, as the NDB Cluster does not support autodiscovery of such changes. (However, you can import or create a table that uses a different storage engine, then convert it to NDB using ALTER TABLE tbl_name ENGINE=NDBCLUSTER;. In such a case, you will need to issue a FLUSH TABLES command to force the cluster to pick up the change.)

Came from http://dev.mysql.com/doc/mysql/en/mysql-cluster-limitations-in-4-1.html

So does that mean if i use alter table to create a new field, it will not work or just will not replicate?

Thank you,


Scott Duffy

Options: ReplyQuote


Subject
Views
Written By
Posted
cluster limits
2012
August 09, 2005 08:10AM
1495
August 18, 2005 11:19AM


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.