As mentioned in blog post 1 we have improved the capabilities to handle
very large write bandwidth and blog post 2 improved the checkpointing of
disk data columns in MySQL Cluster 8.0.20.
We wanted to verify that these changes were succesful. To do this we
selected to use the YCSB benchmark. This is a very simple benchmark,
it contains one table with in our variant 2 columns. The first
column is the primary key, the second key contains the payload data
and is stored in VARCHAR(29500) column that is stored on disk.
The first part of the benchmark fills the database. The database is
…[Read more]