There is often confusion as to how it can be claimed that MySQL
Cluster delivers in-memory performance while also providing
durability (the “D” in ACID). This post explains how that can be
achieved as well as how to mix and match scalability, High
Availability and Durability.
MySQL Cluster deployment options
As an aside, the user can specify specific MySQL Cluster tables
or columns to be stored on disk rather than in memory – this is a
solution for extra capacity but you don’t need to take this
performance hit just to have the data persisted to disk. This
post focuses on the in-memory approach.
There is a great deal of flexibility in how you deploy MySQL
Cluster with in-memory data – allowing the user to decide which
features they want to make use of.
The simplest (and least common) topology …
[Read more]