This document summarizes and compares several popular distributed database technologies: MySQL Cluster, MariaDB Galera Cluster, and Percona XtraDB Cluster. All three use synchronous multi-master replication and share-nothing architectures. MySQL Cluster has additional features like auto-sharding but lacks automatic node provisioning. Both MariaDB Galera Cluster and Percona XtraDB Cluster provide automatic node provisioning and support only SQL, while MySQL Cluster supports both SQL and NoSQL APIs. Performance tests show Galera generally outperforms NDB with fewer threads but NDB scales better as threads increase.