MySQL Forums
Forum List  »  NDB clusters

Re: Cluster between certain tables?
Posted by: Mikael Ronström
Date: May 16, 2017 04:05AM

It is possible to mix NDB tables and InnoDB tables
on a table by table basis. It is however important to
remember that this means that the InnoDB tables are
only available in the MySQL Server where they are
defined whereas the NDB tables are available in all
MySQL Servers connected to the cluster.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Cluster between certain tables?
471
May 16, 2017 04:05AM


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.