TiDB is an open-source, cloud-native, distributed SQL database for workloads that need strong consistency, high availability, and scale. It supports ACID distributed transactions, MySQL 8.0 compatibility, and deployment across public clouds, on-premises environments, Kubernetes, or TiDB Cloud.
- ACID distributed transactions using two-phase commit
- MySQL 8.0 compatibility for existing drivers, frameworks, and tools
- HTAP with TiKV row storage and TiFlash columnar storage
- Raft consensus, multiple replicas, and automated failover









