Mikael Ronström

Results 20 comments of Mikael Ronström

Good luck with the migration and let us know how it works.

I had a chapter in my book about MySQL NDB Cluster about the differences between InnoDB Cluster and NDB Cluster. We are planning to integrate this also into the RonDB...

I understand your concern about foreign keys and triggers. I participated in a project at MySQL where we wanted to implement foreign keys in the MySQL Server, it was interesting...

The new chapter on comparison between RonDB and InnoDB should be online now in [docs.rondb.com](https://docs.rondb.com/rondb_innodb/)

I spent 17 years working in MySQL and some of those years I worked both in MySQL Server and even did a number of patches for InnoDB and I worked...

Regarding how to run RonDB as a service there are many solutions. Hopsworks have a cloud service for our customer that runs in AWS, Azure and Google cloud, we can...

For trying out RonDB on a local machine one can also use github.com/logicalclocks/rondb-docker In the RonDB tree there is also a test facility called MTR, it is usually used to...

There are no logs to add, locust simply went quietly into 100% CPU usage and I could not even start up the Locust Web UI

I found the issue, I needed to increase the max number of open files in Linux by editing /etc/security/limits.conf with 2 lines (soft and hard) ubuntu soft nofile 8192 ubuntu...

On further check it seems that one way of accomplishing this behaviour is by setting the ContentType to something that is already compressed like CT_APPLICATION_OCTET_STREAM