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
Dec 14, 2022
Apr 23, 2016
Nov 30, 2022
Dec 21, 2022
Dec 30, 2022
Dec 16, 2022
Dec 27, 2022
Dec 28, 2022
Jan 3, 2023
Dec 27, 2022
Dec 28, 2022
Jan 3, 2023
Dec 29, 2022
Dec 29, 2022
Jan 3, 2023
Jan 3, 2023
Nov 15, 2022
Oct 9, 2020
Jan 3, 2023
Dec 27, 2022
Sep 22, 2022
Dec 30, 2022
Dec 30, 2022
Nov 3, 2022
Jan 3, 2023
Jan 3, 2023
Nov 3, 2022
Dec 9, 2022
Dec 19, 2022
Jan 3, 2023
Dec 30, 2022
Dec 30, 2022
Dec 28, 2022
Dec 26, 2022
Dec 29, 2022
Nov 3, 2022
Dec 30, 2022
Dec 14, 2022
Dec 30, 2022
Dec 21, 2022
Dec 29, 2022
Nov 4, 2022
Dec 28, 2022
Dec 6, 2022
Dec 30, 2022
Dec 30, 2022
Jan 3, 2023
Dec 19, 2022
Nov 3, 2022
Dec 20, 2021
Oct 22, 2022
Mar 5, 2017
Aug 22, 2018
Nov 22, 2022
Jul 29, 2022
Aug 18, 2022
Sep 3, 2019
Sep 29, 2020
Jun 25, 2021
Dec 30, 2022
Nov 16, 2022
May 15, 2017
Apr 23, 2016
Dec 30, 2022
Oct 17, 2022
Dec 2, 2022
Jul 22, 2022
Dec 12, 2022
Jun 5, 2017
Sep 3, 2021
Apr 28, 2017
Dec 29, 2022
Dec 30, 2022
Dec 30, 2022
Dec 30, 2022
May 30, 2022

Repository files navigation

TiDB, a distributed SQL database

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

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.

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.

Case studies

Architecture

TiDB architecture

License

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

Acknowledgments