Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Sugu Sougoumarane b30a5c6a1a select *: address review comments
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
2018-11-18 08:56:56 -08:00
.github
config
data/test select *: address review comments 2018-11-18 08:56:56 -08:00
doc
docker
examples
go select *: address review comments 2018-11-18 08:56:56 -08:00
helm
java Adding necessary options for hadoop tests 2018-11-15 22:50:58 -08:00
misc
proto select *: address review comments 2018-11-18 08:56:56 -08:00
py select *: is_authoritative flag 2018-11-18 08:14:55 -08:00
test Merge pull request #3923 from sougou/sq2 2018-11-18 08:10:27 -08:00
third_party/py
tools
travis
vagrant-scripts
vendor
vitess.io
web
.codeclimate.yml
.dockerignore
.gitignore
.gitmodules
.pullapprove.yml
.ruby-version
.travis.yml
ADOPTERS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DCO
Dockerfile
GOVERNANCE.md
GUIDING_PRINCIPLES.md
LICENSE
Makefile
README.md
Vagrantfile
bootstrap.sh
dev.env
test.go

README.md

Maven Central Build Status codebeat badge Go Report Card FOSSA Status CII Best Practices

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.

For topics that are better discussed live, please join the Vitess Slack workspace.

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.

FOSSA Status