Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Sugu Sougoumarane 856a196bc6 vstreamer: rowstreamer locks the table
Signed-off-by: Sugu Sougoumarane <ssougou@gmail.com>
2019-04-17 11:09:54 -07:00
.github
config Add strong warning against production use to example init_db.sql file (#4815) 2019-04-16 22:12:37 -07:00
data/test
doc fix spelling mistake: conjonction -> conjunction 2019-04-17 11:59:27 +08:00
docker install xtrabackup 8.0 on percona80 image 2019-04-16 12:04:27 -07:00
examples correct the error parameter in the local example script 2019-04-01 15:59:11 +08:00
go vstreamer: rowstreamer locks the table 2019-04-17 11:09:54 -07:00
helm
java
misc
proto vstreamer: rowstreamer locks the table 2019-04-17 11:09:54 -07:00
py vstreamer: rowstreamer locks the table 2019-04-17 11:09:54 -07:00
test Merge pull request #4803 from planetscale/ds-xb-mysql80 2019-04-16 13:13:17 -07:00
third_party/py
tools
travis
vagrant-scripts Fixes for vagrant setup 2019-04-02 14:57:02 -07:00
vendor
web
.codeclimate.yml
.dockerignore
.gitignore
.gitmodules
.ruby-version
.travis.yml
ADOPTERS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DCO
Dockerfile
GOVERNANCE.md
GUIDING_PRINCIPLES.md
LICENSE
MAINTAINERS.md
Makefile
README.md
Vagrantfile
bootstrap.sh Merge pull request #4685 from gak/bootstrap-macos-binaries 2019-04-12 11:38:50 -07:00
build.env
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.

Security

Security Audit

A third party security audit was performed by Cure53. You can see the full report here.

License

Unless otherwise noted, the Vitess source files are distributed under the Apache Version 2.0 license found in the LICENSE file.

FOSSA Status