tidb logo

tidb

pingcap/tidb

Scalable, cloud-native database with ACID transactions and vector search support.

GraphCanon updated 3d · GitHub synced 3d · 32 views this month

40k stars6.2k forksLast push 3d Go Apache-2.0

Decision brief

TiDB is a scalable, cloud-native database that supports both transactional and analytical processing with ACID guarantees.

Good fit when

  • When your workload requires high scalability and you need both transactional and analytical operations (HTAP) without performance degradation. TiDB's distributed architecture ensures consistent low延迟的
  • 当你的工作负载需要高扩展性,且需要同时运行事务处理和分析操作(HTAP),并且不希望性能下降时。TiDB 的分布式架构确保了持续的低延迟。

Avoid when

  • If your primary focus is on a traditional relational database with limited transactional and minimal analytics needs, TiDB's complexity and overhead may not be justified.
  • 如果你的主要重点是传统的具有有限事务处理和少量分析需求的关系型数据库,TiDB的复杂性和开销可能是不必要的。

Observed Jul 11, 2026 · Source: enrich:decision_facts

Verify the decision

Adoption

Package downloads where a registry match exists. GitHub stars (40,446) are secondary evidence.

Docker Hub pulls (30d)
8,689,077·Docker Hub API·3d

Maintenance and security

Full trust report
Maintenance
Very active (0d since push)
As of 3d
Provenance
Not a fork · Organization account
As of 3d
Security (OSV)
8 low (8 low)
As of 1mo

Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.

Install

go get github.com/pingcap/tidb
pkg.go.dev

How it fits your stack(10)

Typed graph edges - alternatives, integrations, successors, and dependencies. Ranked by relationship type, not raw GitHub stars.

Alternative

Relationship graph

Optional deeper exploration of typed edges and category neighbours.

Similar tools

Same-category neighbours not already linked as typed edges.

Evidence and technical details

Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.

Overview

TiDB is a distributed SQL database offering scalable performance with ACID guarantees, suitable for hybrid transactional and analytical processing (HTAP). It supports vector search and can be deployed on local playground, Kubernetes, or via TiDB Cloud.

Capability facts

Deploy
Self-host

Source: dockerfile:Dockerfile · Aug 19, 2026

Docker
Dockerfile present

Source: dockerfile:Dockerfile · Aug 19, 2026

Languages
go

Source: github.language · Aug 19, 2026

Categories

Tags

README

Quick Start

  1. Start a TiDB cluster.

    • On local playground. To start a local test cluster, refer to the TiDB quick start guide.

    • On Kubernetes. TiDB can be easily deployed in a self-managed Kubernetes environment or Kubernetes services on public clouds using TiDB Operator. For more details, refer to the TiDB on Kubernetes quick start guide.

    • Using TiDB Cloud (recommended). TiDB Cloud offers a fully managed version of TiDB with a free plan, no credit card required, so you can get a free cluster in seconds and start easily: Sign up for TiDB Cloud.

  2. Learn about TiDB SQL: To explore the SQL capabilities of TiDB, refer to the TiDB SQL documentation.

  3. Use a MySQL driver or an ORM to Build an App with TiDB.

  4. Explore key features, such as data migration, changefeed, vector search, HTAP, disaster recovery, etc.


License

TiDB is under the Apache 2.0 license. See the LICENSE file for details.

For agents

This page has a .md twin and JSON over the API.

Was this helpful?

Anonymous feedback helps us improve pages and translations.