Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
Adam Saponara e8b87f9469 Add `-db_connect_timeout_ms` for timing out mysqld conns.
While testing vttablet-mysqld over TCP, we noticed mysql.Connect
sometimes blocks forever if the backend mysqld hit max conns. This
patch adds a timeout to this codepath. It defaults to 0 (no timeout)
for back compatibility.

Signed-off-by: Adam Saponara <as@php.net>
2020-02-24 11:56:57 -05:00
.github vtworker tests migrated in go (#5794) 2020-02-18 17:31:49 -08:00
config
data/test
doc
docker docker: Add sysstat and strace to vitess/lite. 2020-02-12 16:11:07 -08:00
examples Fix client_test 2020-02-08 14:53:55 -08:00
go Add `-db_connect_timeout_ms` for timing out mysqld conns. 2020-02-24 11:56:57 -05:00
helm
java Replacing 'HTTP' by 'HTTPS' for securing links 2020-02-18 10:00:02 +07:00
misc Fix accidentally unstaged files 2020-02-08 13:51:48 -08:00
proto vrepl: more comments for vstreamer & binlogdata 2020-02-07 08:59:56 -08:00
py
test vtworker tests migrated in go (#5794) 2020-02-18 17:31:49 -08:00
third_party/py
tools adding source back in the sh file 2020-02-10 11:30:15 +05:30
travis
vagrant-scripts
vitess-mixin
web/vtctld2
.codeclimate.yml
.dockerignore
.gitignore
.gitmodules
.travis.yml Disable last 2 travis shards 2020-02-07 10:15:40 -07:00
ADOPTERS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DCO
Dockerfile
GOVERNANCE.md
GUIDING_PRINCIPLES.md
LICENSE
MAINTAINERS.md correct email address 2020-02-01 08:34:40 -08:00
Makefile Fixing test framework for zookeeper 2020-02-10 11:08:22 +05:30
README.md
Vagrantfile
bootstrap.sh
build.env
dev.env
go.mod Fix accidentally unstaged files 2020-02-08 13:51:48 -08:00
go.sum upgrade aws-sdk-go to 1.28.8 2020-01-30 14:17:08 -08:00
test.go fixed test.go framework for go cluster tests 2020-02-07 13:35:03 +05:30

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