Skip to content
forked from pingcap/tidb

TiDB is a distributed HTAP database compatible with the MySQL protocol

License

Notifications You must be signed in to change notification settings

wangqiaoshi/tidb

This branch is 19424 commits behind pingcap/tidb:master.

Folders and files

NameName
Last commit message
Last commit date
Dec 15, 2017
Apr 23, 2016
Mar 16, 2018
Mar 13, 2018
Mar 14, 2018
Mar 13, 2018
Mar 15, 2018
Mar 9, 2018
Feb 24, 2018
Mar 16, 2018
Mar 16, 2018
Jan 29, 2018
Apr 26, 2017
Mar 13, 2018
Mar 12, 2018
Feb 24, 2018
Feb 26, 2018
Mar 16, 2018
Mar 13, 2018
Feb 26, 2018
Mar 16, 2018
Feb 22, 2018
Mar 16, 2018
Mar 13, 2018
Mar 15, 2018
Mar 15, 2018
Mar 16, 2018
Mar 16, 2018
Feb 24, 2018
Mar 15, 2018
Mar 12, 2018
Jan 5, 2018
Mar 14, 2018
Feb 28, 2018
Mar 12, 2018
Mar 14, 2018
Mar 6, 2018
Jun 30, 2016
Mar 5, 2017
Aug 30, 2017
Feb 22, 2018
Mar 15, 2018
Jun 30, 2017
Dec 6, 2017
Mar 14, 2018
Jan 29, 2018
May 15, 2017
Apr 23, 2016
Feb 24, 2018
Mar 9, 2018
Mar 13, 2018
Mar 13, 2018
Mar 13, 2018
Jun 5, 2017
Jan 4, 2018
Feb 22, 2018
Apr 28, 2017
Sep 17, 2016
Mar 12, 2018
Feb 8, 2018
Mar 13, 2018
Mar 9, 2018
Feb 24, 2018
Mar 6, 2018

Repository files navigation

Build Status Go Report Card Project Status CircleCI Status Coverage Status

What is TiDB?

TiDB (The pronunciation is: /'taɪdiːbi:/ tai-D-B, etymology: titanium) is a Hybrid Transactional/Analytical Processing (HTAP) database. Inspired by the design of Google F1 and Google Spanner, TiDB features infinite horizontal scalability, strong consistency, and high availability. The goal of TiDB is to serve as a one-stop solution for online transactions and analyses.

  • Horizontal scalability

Grow TiDB as your business grows. You can increase the capacity for storage and computation simply by adding more machines.

  • Compatible with MySQL protocol

Use TiDB as MySQL. You can replace MySQL with TiDB to power your application without changing a single line of code in most cases.

  • Automatic Failover and high availability

Your data and applications are always-on. TiDB automatically handles malfunctions and protects your applications from machine failures or even downtime of an entire data-center.

  • Consistent distributed transactions

Think of TiDB as a single-machine RDBMS. You can start a transaction that crosses multiple machines without worrying about consistency. TiDB makes your application code simple and robust.

  • Online DDL

Evolve TiDB schemas as your requirement changes. You can add new columns and indexes without stopping or affecting the on-going operations.

  • Multiple storage engine support

Power TiDB with your most favorite engines. TiDB supports local storage engines such as GolevelDB, as well as TiKV, a distributed storage engine.

For more details, see How we build TiDB.

Adopters

You can view the list of TiDB adopters here.

Roadmap

Read the Roadmap.

Quick start

Read the Quick Start.

Documentation

Architecture

architecture

Contributing

Contributions are welcomed and greatly appreciated. See CONTRIBUTING.md for details on submitting patches and the contribution workflow.

Connect with us

License

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

Acknowledgments

About

TiDB is a distributed HTAP database compatible with the MySQL protocol

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 97.8%
  • Yacc 2.0%
  • Other 0.2%