Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Alain Jobart 98e7aafeb5 Now the local examples use 'zk2' topology.
Instead of the soon-to-be-deprecated 'zookeeper' one.
2017-01-05 10:51:56 -08:00
config
data/test Include on clauses in impossible queries, to avoid only_full_group_by in aggregations with joins (#2433) 2017-01-03 19:29:54 -08:00
doc Now the local examples use 'zk2' topology. 2017-01-05 10:51:56 -08:00
docker Adding Consul 0.7.2 to base docker image. 2017-01-05 08:55:03 -08:00
docs publish site Sat Dec 31 11:08:37 PST 2016 (#2425) 2016-12-31 11:11:29 -08:00
examples Now the local examples use 'zk2' topology. 2017-01-05 10:51:56 -08:00
go Adding Consul 0.7.2 to base docker image. 2017-01-05 08:55:03 -08:00
helm Improve Helm chart reliability (#2402) 2016-12-22 09:05:56 -08:00
java Fixing a java error. 2017-01-03 09:55:12 -08:00
misc
php
proto VTGate - Execute Batch V1 (#2304) 2016-12-19 23:29:19 -08:00
py v3: query normalization DONE 2016-12-27 16:56:55 -08:00
test Implementing the Consul topology client. 2017-01-05 08:55:02 -08:00
third_party
tools
travis
vendor Implementing the Consul topology client. 2017-01-05 08:55:02 -08:00
vitess.io Implementing the Consul topology client. 2017-01-05 08:55:02 -08:00
web
.dockerignore
.gitignore
.gitmodules
.pullapprove.yml
.travis.yml New etcd 'etcd2' topology client implementation. 2016-12-28 07:02:37 -08:00
CONTRIBUTING.md
Dockerfile
Dockerfile.mariadb
Dockerfile.mysql56
Dockerfile.percona
Dockerfile.percona57
LICENSE
Makefile
README.md
bootstrap.sh Implementing the Consul topology client. 2017-01-05 08:55:02 -08:00
composer.json
composer.lock
dev.env
index.md
phpunit.xml
preview-site.sh
publish-site.sh
test.go

README.md

Build Status codebeat badge Go Report Card

Vitess

Vitess is a database clustering system for horizontal scaling of MySQL through generalized sharding.

By encapsulating shard-routing logic, Vitess allows application code and database queries to remain agnostic to the distribution of data onto multiple shards. With Vitess, you can even split and merge shards as your needs grow, with an atomic cutover step that takes only a few seconds.

Vitess has been a core component of YouTube's database infrastructure since 2011, and has grown to encompass tens of thousands of MySQL nodes.

For more about Vitess, please visit vitess.io.

Contact

Ask questions in the vitess@googlegroups.com discussion forum or on Gitter.

Subscribe to vitess-announce@googlegroups.com or the Vitess Blog for low-frequency updates like new features and releases.

License

Unless otherwise noted, the Vitess source files are distributed under the BSD-style license found in the LICENSE file.