This document provides an overview of MySQL Cluster, a distributed, in-memory database that provides high availability, scale-out, and real-time performance. Key points include:
- MySQL Cluster can scale linearly to handle massive workloads through data sharding and replication across nodes. It offers 99.9999% availability.
- It is open source and can be used standalone or with MySQL. Data is partitioned and distributed automatically across nodes with no single point of failure.
- It is used by many large companies and systems that require high throughput, low latency access to large datasets, including for telecom, gaming, and financial applications.