In MySQL Cluster 8.0.20 a new feature was added that enables higher write rates
in NDB Cluster. In previous releases the communication between nodes in the same
node group was handled by one socket. This single socket was able to handle about
200-300 MBytes of write traffic between the replicas inside one node group. Thus
in clusters with many node groups the write rates can be much higher.
For most applications this doesn't represent any problem at all. However there are
certain applications that require wast amount of writes.
One such application is when NDB is used to store file data. File writes can easily
go beyond 200-300 MBytes per second. Another application is when NDB is used to
store data from measurements, stock data or other applications that require millions of
writes per second.
…