TiDB is a cloud-native, distributed SQL database designed for applications that need strong consistency, high availability, and scalability across clusters.
It combines a MySQL-compatible SQL layer with distributed storage, making it suitable for transactional workloads, analytical queries, and newer AI-oriented use cases such as vector search.
This is free and open source software.
Key Features
- Supports ACID distributed transactions using a two-phase commit protocol.
- Scales horizontally by adding nodes and vertically by increasing resources on existing nodes.
- Provides high availability with Raft-based replication and automated failover.
- Offers hybrid transactional and analytical processing with row-based TiKV storage and columnar TiFlash storage.
- Maintains compatibility with MySQL 8.0 protocols, frameworks, and tools.
- Deploys on public clouds, on-premises infrastructure, and Kubernetes environments.
- Includes support for vector search, changefeeds, data migration, and disaster recovery.
Website: github.com/pingcap/tidb
Support:
Developer: PingCAP
License: Apache License 2.0
TiDB is written in Go. Learn Go with our recommended free books and free tutorials.
Related Software
| Relational Databases | |
|---|---|
| MariaDB | Seeks high compatibility with MySQL, ensuring drop-in replacement capability |
| PostgreSQL | Award winning Object-relational database management system |
| MySQL | Multithreaded, multi-user SQL database management system |
| SQLite | Embeddable SQL Database Engine |
| rqlite | Distributed database built on SQLite |
| MonetDB | High performance relational database system for analytics |
| Firebird | Relational database offering many ANSI SQL features |
| H2 | Relational database management system written in Java |
| HSQLDB | JDBC interface, client-server version, query tool, grid and more |
| CUBRID | Database engine with built-in enterprise grade features |
| Virtuoso | Data Management with Web Application Server and Web Services Platform |
| Apache Derby | Full-featured relational database implemented entirely in Java |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

