MySQL database engine

dagobar4 years ago

Hello Anton

From other posts on the forum I found that you recommand as database engine Innodb for MySQL.
Have you tested by any chance if it's working with database engine NDB ?

Thanks

Anton Tananaev4 years ago

As long as it supports foreign key constraints, it should work fine.

dagobar4 years ago

Accordingly to this link it supports foreign key.
https://dev.mysql.com/doc/refman/5.7/en/mysql-cluster-ndb-innodb-engines.html

Thanks.