Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Michael Berlin a2a0d900ca worker: Resolve destination master using the discovery module.
- Removed previous Resolver interface and respective implementations.
- Removed respective stat vars and flags (--resolve_ttl).

- Added unit test for case where vtworker fails over to a different replica.
- Added unit test for case when healthcheck retries because currently no master is available.
- Extended FakePoolConnection to support these tests:
  - can define callback (AfterFunc) when expected query was received
  - infinite mode where the last request may be received over and over again

- discovery: Introduce DefaultTopoReadConcurrency to avoid duplication.
- discovery: Added EndPointStats.Alias() to avoid duplication.
- discovery: Added EndPointStats.String() to have pretty printed arrays.

Adapted end-to-end tests:
- binlog.py, merge_sharding.py, resharding.py: Enabled healthcheck for master tablets.
- worker.py: Updated stat vars check
2016-04-29 22:58:00 -07:00
config Support semi-sync without async fallback. 2016-02-24 10:12:47 -08:00
data/test v3: Classes are history 2016-03-30 22:17:54 -07:00
doc doc: Fix keyspace id description in Concepts 2016-04-22 14:52:45 -07:00
docker docker/test/run.sh: Also preserve new Go vendor directory. 2016-04-15 13:41:29 -07:00
examples Merge pull request #1660 from sougou/v3 2016-04-27 16:47:01 -07:00
go worker: Resolve destination master using the discovery module. 2016-04-29 22:58:00 -07:00
java Merge pull request #1663 from youtube/jdbc 2016-04-28 12:29:50 -07:00
misc Updating comment. 2015-12-16 07:52:43 -08:00
php php: Add pixelfederation PDO adapter as a submodule. 2016-04-14 19:14:28 -07:00
proto Adding BeginExecute{,Batch} rpc to gRPC code. 2016-04-27 08:11:32 -07:00
py Adding BeginExecute{,Batch} rpc to gRPC code. 2016-04-27 08:11:32 -07:00
test worker: Resolve destination master using the discovery module. 2016-04-29 22:58:00 -07:00
third_party Use native Go vendor mode for gozk package. 2016-04-06 14:43:17 -07:00
tools Don't need to prefix builds with godep anymore. 2016-04-06 14:52:31 -07:00
travis Don't need to prefix builds with godep anymore. 2016-04-06 14:52:31 -07:00
vendor v3: fix third_party dependency 2016-04-27 11:27:22 -07:00
vitess.io Add Percona Live 2016 slides. 2016-04-22 14:28:07 -07:00
web/vtctld Removing unused GetEndPoints vtctld API. 2016-01-06 09:59:05 -08:00
.dockerignore docker: Include only necessary files in bootstrap image. 2015-11-02 17:13:43 -08:00
.gitignore Use govendor instead of godep. 2016-04-14 19:15:41 -07:00
.gitmodules php: Add pixelfederation PDO adapter as a submodule. 2016-04-14 19:14:28 -07:00
.pullapprove.yml pullapprove: Allow :lgtm: anywhere. 2016-03-14 15:41:04 -07:00
.travis.yml Removing python bson library. 2016-03-16 09:19:27 -07:00
CONTRIBUTING.md Add CLA info to Contributing doc. 2016-01-29 16:06:17 -08:00
Dockerfile docker: Keep vitess tree from bootstrap. 2016-04-15 11:13:51 -07:00
Dockerfile.mariadb docker: Keep vitess tree from bootstrap. 2016-04-15 11:13:51 -07:00
Dockerfile.percona docker: Keep vitess tree from bootstrap. 2016-04-15 11:13:51 -07:00
LICENSE Change the license notice to be shorter and refer to the license file. 2012-06-07 11:55:06 -07:00
Makefile Makefile: Remove optimization that we skip installing the gRPC Go protobuf plugin if it already exists in $GOROOT/bin. 2016-04-21 15:18:13 -07:00
README.md Merge branch 'added_go_report_card' of https://github.com/zozo123/vitess into go-report-card 2016-04-11 15:20:36 -07:00
bootstrap.sh v3: fix third_party dependency 2016-04-27 11:27:22 -07:00
composer.json Update to gRPC 0.13. 2016-02-27 02:31:03 -08:00
composer.lock Update to gRPC 0.13. 2016-02-27 02:31:03 -08:00
dev.env php: Add pixelfederation PDO adapter as a submodule. 2016-04-14 19:14:28 -07:00
index.md Removing a couple more mentions of bson. 2016-03-16 09:42:59 -07:00
phpunit.xml composer.json moved to project root -> dependencies update 2016-01-13 22:36:35 +01:00
preview-site.sh Make Docker image to preview/publish site. 2016-04-05 16:45:21 -07:00
publish-site.sh Make Docker image to preview/publish site. 2016-04-05 16:45:21 -07:00
replace_doc_link.py replace doc link script should use site.url 2015-02-17 11:18:53 -08:00
test.go docker: Switch default flavor to mysql56. 2015-11-02 17:11:28 -08:00

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.