Skip to content
forked from pingcap/tidb

TiDB is a distributed NewSQL database compatible with MySQL protocol

License

Notifications You must be signed in to change notification settings

mangoicestar/tidb

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

823a93b · Mar 8, 2017
Nov 29, 2016
Apr 23, 2016
Mar 8, 2017
Feb 27, 2017
Mar 8, 2017
Mar 1, 2017
Mar 8, 2017
Feb 22, 2017
Feb 8, 2017
Feb 6, 2017
Mar 8, 2017
Mar 5, 2017
Feb 28, 2017
Dec 23, 2016
Feb 22, 2017
Dec 25, 2016
Mar 7, 2017
Feb 27, 2017
Mar 8, 2017
Feb 6, 2017
Mar 8, 2017
Feb 26, 2017
Mar 8, 2017
Mar 6, 2017
Mar 8, 2017
Nov 5, 2016
Mar 7, 2017
Jan 22, 2017
Nov 27, 2016
Feb 20, 2017
Mar 8, 2017
Jun 30, 2016
Mar 5, 2017
Nov 5, 2016
Feb 17, 2017
Jan 15, 2016
Jul 29, 2016
Apr 23, 2016
Feb 25, 2017
Feb 15, 2017
Nov 29, 2016
Jan 3, 2017
Feb 6, 2017
Dec 2, 2016
Sep 17, 2016
Mar 8, 2017
Mar 8, 2017
Nov 5, 2015
Jan 21, 2017
Mar 7, 2017
Mar 1, 2017
Mar 1, 2017
Feb 6, 2017

Repository files navigation

Build Status Go Report Card Project Status CircleCI Status

What is TiDB?

TiDB (The pronunciation is: /'taɪdiːbi:/ tai-D-B, etymology: titanium) is a distributed SQL database. Inspired by the design of Google F1 and Google Spanner, TiDB supports the best features of both traditional RDBMS and NoSQL.

  • Horizontal scalability Grow TiDB as your business grows. You can increase the capacity simply by adding more machines.

  • Asynchronous schema changes Evolve TiDB schemas as your requirement evolves. You can add new columns and indices without stopping or affecting the on-going operations.

  • 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.

  • 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.

  • Written in Go Enjoy TiDB as much as we love Go. We believe Go code is both easy and enjoyable to work with. Go makes us improve TiDB fast and makes it easy to dive into the codebase.

  • NewSQL over TiKV Turn TiKV into NewSQL database.

  • Multiple storage engine support Power TiDB with your most favorite engines. TiDB supports many popular storage engines in single-machine mode. You can choose from GolevelDB, LevelDB, RocksDB, LMDB, BoltDB and even more to come.

For more details, read our blog How we build TiDB

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.

Follow us

Twitter

@PingCAP

Mailing list

[email protected]

Google Group

License

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

Acknowledgments

About

TiDB is a distributed NewSQL database compatible with MySQL protocol

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 96.3%
  • Yacc 3.6%
  • Other 0.1%