Modern NewSQL database systems
The following database systems are now being categorised as NewSQL, this basically means they are traditional SQL, ACID compliant databases, but are built with the underlying philosophies that allow NoSQL databases to scale horizontally. MariaDB Cluster MariaDB Cluster, this is basically MariaDB with the Galera Cluster Manager. A good writeup of a conversion from MySQL+MMM …