Skip to content

pingcap/tidb

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 9, 2024
fcc5e2c · Jan 9, 2024
Dec 12, 2023
Aug 15, 2023
Jan 8, 2024
Jan 2, 2024
Dec 27, 2023
Jan 8, 2024
Jan 5, 2024
Oct 9, 2020
Jan 9, 2024
Jan 8, 2024
Dec 12, 2023
Dec 20, 2023
Jan 8, 2024
Dec 20, 2023
Mar 5, 2017
Sep 18, 2023
Dec 21, 2023
Oct 13, 2023
Jul 24, 2023
Apr 27, 2023
Jul 18, 2023
Sep 3, 2019
Sep 29, 2020
Jun 25, 2021
Jan 8, 2024
Dec 20, 2023
Dec 20, 2023
May 15, 2017
Apr 23, 2016
Dec 12, 2023
Dec 12, 2023
Jan 2, 2024
Jan 4, 2024
Dec 25, 2023
Nov 23, 2023
Sep 21, 2023
Sep 21, 2023
Dec 27, 2023
Dec 27, 2023
Jun 5, 2017
Jan 3, 2024
Apr 28, 2017
Jan 3, 2024
Jan 8, 2024
Jan 8, 2024
Apr 10, 2023

Repository files navigation

TiDB, a distributed SQL database

LICENSE Language Build Status Go Report Card GitHub release GitHub release date Coverage Status GoDoc

Official Website Playground


       

What is TiDB?

TiDB (/’taɪdiːbi:/, "Ti" stands for Titanium) is an open-source distributed SQL database that supports Hybrid Transactional and Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability.

See what TiDB is capable ONLINE at TiDB Playground.

For more details and latest updates, see TiDB documentation and release notes.

For future plans, see the TiDB roadmap.

Quick start

Start with TiDB Cloud

TiDB Cloud is the fully-managed service of TiDB, currently available on AWS and GCP.

Quickly check out TiDB Cloud with a free trial.

See TiDB Cloud Quick Start Guide.

Start with TiDB

See TiDB Quick Start Guide.

Start developing TiDB

See the Get Started chapter of TiDB Development Guide.

Community

You can join the following groups or channels to discuss or ask questions about TiDB, and to keep yourself informed of the latest TiDB updates:

For support, please contact PingCAP.

Contributing

The community repository hosts all information about the TiDB community, including how to contribute to TiDB, how the TiDB community is governed, how teams are organized.

Contributions are welcomed and greatly appreciated. You can get started with one of the good first issues or help wanted issues. For more details on typical contribution workflows, see Contribute to TiDB. For more contributing information about where to start, click the contributor icon below.

contribution-map

Every contributor is welcome to claim your contribution swag by filling in and submitting this form.

Activity Trends of pingcap/tidb - Last 28 days

Case studies

Architecture

TiDB architecture

License

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

Acknowledgments