Mikael Ronström
Mikael Ronström
I gather that you started with the ndbd binary. The ndbd is removed from RonDB binary tarball. But it seems that it is not properly removed in the build process....
Thx for the catch and the analysis.
Interesting, I will definitely study your material. Our story on PG0 is the following. We did some experiments on MySQL a few years ago and results were a bit differing...
We currently build production binaries using GCC 9. The new RonDB 22.10 is built with a newer GCC version. We are likely to update the GCC version used for 22.10...
Since RonDB is based on MySQL NDB Cluster, you can use the descriptions of changes between InnoDB and NDB Cluster. The RonDB changes should not change anything related to how...
Foreign Keys are supported by both InnoDB and RonDB, there are minor differences in how they are operating. There is one thing that RonDB does that InnoDB doesn't do and...
MySQL Replication is supported by both, however RonDB uses epochs as documented in RonDB Documentation and InnoDB can use MySQL Group Replication.
Another thing to consider is that VIEWs, Triggers and Stored Procedures are local to a MySQL Server, so if you have multiple MySQL Servers in a RonDB cluster, you need...
This Quora issue explains how to do it, it will work for RonDB as well. So essentially the answer is yes, you can connect an InnoDB instance and replicate to...
It is correct that GTIDs cannot be used with NDB Cluster, it was discussed when I was at Oracle a number of times, but never decided to be done, haven't...