Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Michael Berlin eb8a9a8ea5 Merge pull request #2700 from michael-berlin/hotrow_change_timeout
vttablet: Hot Row protection: Use longer timeout when limiting the wait.
2017-03-29 09:09:50 -07:00
config Adding a rbr version of vertical_split.py. 2017-03-15 08:42:50 -07:00
data/test Merge pull request #2639 from HubSpot/auth-server-ldap 2017-03-29 07:56:01 -07:00
doc Bump minimum Go version from 1.7 to 1.8. 2017-03-28 08:11:24 -07:00
docker Bump minimum Go version from 1.7 to 1.8. 2017-03-28 08:11:24 -07:00
docs publish site Mon Mar 27 15:44:25 CEST 2017 2017-03-28 08:11:24 -07:00
examples Merge pull request #2639 from HubSpot/auth-server-ldap 2017-03-29 07:56:01 -07:00
go Merge pull request #2700 from michael-berlin/hotrow_change_timeout 2017-03-29 09:09:50 -07:00
helm Address comments. 2017-03-07 14:27:23 -08:00
java Enable lower_case_table_names support for MariaDB, and rename variable name to be less ambiguous 2017-03-27 13:19:41 -07:00
misc misc: Add two commit hooks for handling the internal bug number in commit messages. 2016-12-06 21:57:29 -08:00
php v3 keyrange: proto keyspace->keyspace_shard 2017-03-23 11:32:42 -07:00
proto refactor LDAP-backed ACLs 2017-03-24 10:06:47 -04:00
py refactor LDAP-backed ACLs 2017-03-24 10:06:47 -04:00
test Merge pull request #2639 from HubSpot/auth-server-ldap 2017-03-29 07:56:01 -07:00
third_party
tools Add font-awesome directly to angular2 project (#2383) 2016-12-16 20:01:37 -08:00
travis travis: Update MariaDB download URLs. 2017-03-27 16:05:49 +02:00
vendor Merge pull request #2639 from HubSpot/auth-server-ldap 2017-03-29 07:56:01 -07:00
vitess.io workflow: fix several bugs. 2017-03-27 17:18:48 -07:00
web web/vtctld2: Fix schema display if a table has no primary key. 2017-03-29 07:41:40 -07:00
.dockerignore
.gitignore
.gitmodules
.pullapprove.yml Add Yipei's bot account as approver. 2017-03-22 11:41:32 +01:00
.travis.yml Bump minimum Go version from 1.7 to 1.8. 2017-03-28 08:11:24 -07:00
CONTRIBUTING.md
Dockerfile
Dockerfile.mariadb
Dockerfile.mysql56
Dockerfile.percona
Dockerfile.percona57
LICENSE
Makefile Merge pull request #2617 from michael-berlin/remove_coveralls 2017-03-02 12:01:54 -08:00
README.md
bootstrap.sh bootstrap.sh: Update path for "unused" tool. 2017-03-28 08:32:34 -07:00
composer.json
composer.lock
dev.env Suppress output when checking for python2 binaries. 2017-03-07 21:12:20 -08:00
index.md
phpunit.xml
preview-site.sh
publish-site.sh
test.go

README.md

Build Status codebeat badge Go Report Card

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.

Contact

Ask questions in the vitess@googlegroups.com discussion forum or on Gitter.

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 BSD-style license found in the LICENSE file.