Release Notes RonDB 26.02.0#
RonDB 26.02.0 is a release of the RonDB 26.02 series. It is the first GA version of RonDB 26.02.
RonDB 26.02.0 is based on MySQL NDB Cluster 8.4.8 and RonDB 25.10.2.
RonDB 21.04 is a Long-Term Support version of RonDB that is no longer supported.
RonDB 22.10 is a Long-Term support version and will be maintained at least until at least 2026.
RonDB 24.10 is a Long-Term support version and will be maintained at least until 2027.
RonDB 25.10 is a Long-Term support version and will be maintained at least until 2028.
RonDB 26.02 is a Long-Term support version and will be maintained at least until 2028.
RonDB 26.02 is released as open source SW with binary tarballs for usage in Linux. It is developed on Linux and Mac OS X and using WSL 2 on Windows (Linux on Windows).
RonDB 26.02.0 and onwards is supported on Linux/x86_64 and Linux/ARM64.
RonDB 26.02.0 is also available as a Docker container for both x86_64 and ARM CPUs and one can also use RonDB through rondb-helm, a Helm chart to use RonDB in Kubernetes.
The other platforms are currently for development and testing. Mac OS X is a development platform and will continue to be so.
Description of RonDB#
RonDB is designed to be used in a managed cloud environment where the user only needs to specify the type of the virtual machine used by the various node types. RonDB has the features required to build a fully automated managed RonDB solution.
It is designed for appplications requiring the combination of low latency, high availability, high throughput and scalable storage (LATS).
You can use RonDB in a Serverless version on app.hopsworks.ai. In this case Hopsworks manages the RonDB cluster and you can use it for your machine learning applications. You can use this version for free with certain quotas on the number of Feature Groups (tables) you are allowed to add and quotas on the memory usage. You can get started in a minute with this, no need to setup any database cluster and worry about its configuration, it is all taken care of.
You can use the managed version of RonDB available on hopsworks.ai. This sets up a RonDB cluster in your own AWS, Azure or GCP account using the Hopsworks managed software. This sets up a RonDB cluster provided a few details on the HW resources to use. These details can either be added through a web-based UI or using Terraform. The RonDB cluster is integrated with Hopsworks and can be used for both RonDB applications as well as for Hopsworks applications.
You can use the open source version and use the binary tarball and set it up yourself.
You can use the open source version and build and set it up yourself.
This is the commands you can use to retrieve the binary tarball:
# Download x86_64 on Linux
wget https://repo.hops.works/master/rondb-26.02.0-linux-glibc2.28-x86_64.tar.gz
# Download ARM64 on Linux
wget https://repo.hops.works/master/rondb-26.02.0-linux-glibc2.28-arm64_v8.tar.gz
These versions are also available as Docker containers at
hub.docker.com under hopsworks/rondb. See
https://hub.docker.com/r/hopsworks/rondb/tags for an up to date of
which RonDB container images are available. These containers can be used
to run RonDB in containers, in Hopsworks they are also used since
version 4.0 as containers in the Hopsworks Kubernetes cluster.
The actions to build both x86_64 and ARM64 tarballs have now been
fully automated.
Summary of changes in RonDB 26.02#
The only difference between RonDB 25.10.2 and RonDB 26.02.0 is that RonDB 26.02.0 is up-to-date with MySQL NDB Cluster 8.4.8 and thus has the most recent security changes. RonDB 26.02 will be feature compatible with RonDB 25.10.