You are right about cross schema foreign keys being supported, my mistake.
Nice article. Note that there's more than one 'MySQL FOREIGN KEY' implementation. MySQL Ndb Cluster also supports foreign keys with some differences wrt the InnoDB implementation : - NDB, therefore not limited to a…
Note that the 2PC in Ndb is not quite the same as that used for the normal '2PC is blocking' arguments : 1. The transaction coordinator (TC) role is automatically taken over in case of the failure of the coordinator…
You are right about cross schema foreign keys being supported, my mistake.
Nice article. Note that there's more than one 'MySQL FOREIGN KEY' implementation. MySQL Ndb Cluster also supports foreign keys with some differences wrt the InnoDB implementation : - NDB, therefore not limited to a…
Note that the 2PC in Ndb is not quite the same as that used for the normal '2PC is blocking' arguments : 1. The transaction coordinator (TC) role is automatically taken over in case of the failure of the coordinator…