Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Alain Jobart 40ff7cb517 vtcombo fixes: UpdateStream and dbname.
Plumbing UpdateStream through for vtcombo. Adding a test for it in
vttest_smaple_test.py.

Fixing the db name for vtcombo databases: it should not include the
cell. Not in practice vtgate is only connecting to the master cell, so
it didn't matter much, but this is more correct.
2016-09-08 15:13:12 -07:00
config
data/test
doc Ceph changes (#2023) 2016-09-07 14:47:34 -07:00
docker
examples Ceph changes (#2023) 2016-09-07 14:47:34 -07:00
go vtcombo fixes: UpdateStream and dbname. 2016-09-08 15:13:12 -07:00
java
misc
php Adding UpdateStream API to vtgate. 2016-09-08 07:44:41 -07:00
proto Adding UpdateStream API to vtgate. 2016-09-08 07:44:41 -07:00
py vtcombo fixes: UpdateStream and dbname. 2016-09-08 15:13:12 -07:00
test vtcombo fixes: UpdateStream and dbname. 2016-09-08 15:13:12 -07:00
third_party
tools
travis
vendor Ceph changes (#2023) 2016-09-07 14:47:34 -07:00
vitess.io
web Fixed some typos 2016-09-08 02:32:08 -07:00
.dockerignore
.gitignore
.gitmodules
.pullapprove.yml
.travis.yml
CONTRIBUTING.md
Dockerfile
Dockerfile.mariadb
Dockerfile.mysql56
Dockerfile.percona
Dockerfile.percona57
LICENSE
Makefile
README.md
bootstrap.sh
composer.json
composer.lock
dev.env
index.md
phpunit.xml
preview-site.sh
publish-site.sh
replace_doc_link.py
test.go

README.md

Build Status codebeat badge Go Report Card

Vitess

Vitess is a storage platform for scaling MySQL. It is optimized to run as effectively in cloud architectures as it does on dedicated hardware. It combines many important features of MySQL with the scalability of a NoSQL database.

It's been actively developed since 2011, and is currently used as a fundamental component of YouTube's MySQL infrastructure, serving thousands of QPS per server. If you want to find out whether Vitess is a good fit for your project, please visit vitess.io.

There are a couple of videos from sougou that you can watch: a short intro prepared for Google I/O 2014 and a more detailed presentation from @Scale '14.

Documentation

Intro

Using Vitess

Reference

Contact

Ask questions in the vitess@googlegroups.com discussion forum.

Subscribe to vitess-announce@googlegroups.com 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.