MySQL NDB Cluster is a distributed real-time database management system using a shared nothing architecture. It excels at workloads with a high volume of small transactions, and it aims at providing high availability with no single point of failure and duplication of data through two-phase commits and synchronous replication. Part of the high availability implementation also includes a real-time promise; that is, MySQL NDB Cluster looks to provide consistent response times. ...