db7daa47a1
Unfortunately, "Target" is not set in SqlQuery for the destination master during resharding because its QueryService state is "not serving". Therefore, the health check does not include the "Target". I've removed the "Target" check for now to unblock the automation task. However, I think we should fix this and untangle the "Target" in SqlQuery from the serving state respectively the healthcheck. |
||
---|---|---|
Godeps | ||
config | ||
data | ||
doc | ||
docker | ||
examples | ||
go | ||
java | ||
misc | ||
php | ||
proto | ||
py | ||
test | ||
third_party | ||
tools | ||
travis | ||
vitess.io | ||
web/vtctld | ||
.dockerignore | ||
.gitignore | ||
.travis.yml | ||
CONTRIBUTING.md | ||
Dockerfile | ||
LICENSE | ||
Makefile | ||
README.md | ||
bootstrap.sh | ||
dev.env | ||
index.md | ||
preview-site.sh | ||
publish-site.sh | ||
replace_doc_link.py | ||
test.go |
README.md
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
- Helicopter overview: high level overview of Vitess that should tell you whether Vitess is for you.
- Sharding in Vitess
Using Vitess
- Getting Started
- On Kubernetes.
- From the ground up.
- Architecture: all Vitess tools and servers.
- Reparenting: performing master failover.
- Resharding: adding more shards to your cluster.
- Schema management: managing your database schema 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.