Tackling MySQL Scalability with TiDB:
the most actively developed open source NewSQL database on GitHub
Contributor Count:
TiDB scales horizontally by simply adding new nodes where sharding is automatically managed.
Use TiDB without changing a single line of MySQL application code in most cases and still benefit from the MySQL ecosystem.
TiDB is a strongly consistent system that guarantees ACID compliance.
TiDB's modular architecture is designed to be cloud-native, making deployment, resource provisioning, and maintenance easy to manage and control.
Getting real-time analytics is easy with TiDB's hybrid OLTP/OLAP architecture, while ETL management is minimal.
TiDB uses the Raft consensus algorithm to ensure that data is highly available and safely replicated throughout, with automatic failure recovery and self-healing.