HubLens › Trending › pingcap/tidb
pingcap

tidb

DatabaseSQLDistributed SystemsHTAPCloud-NativeGo
View on GitHub
39,903
+340

// summary

TiDB is an open-source, distributed SQL database engineered for high availability, strong consistency, and seamless horizontal or vertical scalability. It supports Hybrid Transactional/Analytical Processing (HTAP) by utilizing separate row-based and columnar storage engines for optimized performance. The platform is cloud-native, MySQL-compatible, and distributed under the Apache 2.0 license to encourage community collaboration.

// use cases

01
Horizontal and vertical scaling of database clusters without downtime.
02
Hybrid Transactional/Analytical Processing (HTAP) for real-time data analysis.
03
MySQL-compatible application development and migration with minimal code changes.