Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Alain Jobart c31fd6a7a5 Merge pull request #2874 from alainjobart/mysql
Mysql connector: better memory management.
2017-05-23 07:15:05 -07:00
config
data/test
doc doc: Release instructions: Clarify that Java versions have no leading "v". 2017-05-22 07:09:36 -07:00
docker
docs
examples
go
helm
java
misc
php
proto
py
test
third_party
tools
travis
vendor
vitess.io
web
.codeclimate.yml
.dockerignore
.gitignore
.gitmodules
.pullapprove.yml
.travis.yml
ADOPTERS.md
CONTRIBUTING.md
Dockerfile
LICENSE
Makefile
README.md
bootstrap.sh
composer.json
composer.lock
dev.env
index.md
phpunit.xml
test.go

README.md

Maven Central 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.

Vitess has a growing community. You can view the list of adopters here.

Contact

Ask questions in the vitess@googlegroups.com discussion forum. You may also request access to the Vitess Slack channel.

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 Apache Version 2.0 license found in the LICENSE file.