Vitess is a cloud-native horizontally-scalable distributed database system that is built around MySQL. Vitess can achieve unlimited scaling through generalized sharding.
Vitess allows application code and database queries to remain agnostic to the distribution of data onto multiple database servers. 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 was a core component of YouTube's database infrastructure from 2011, and grew to encompass tens of thousands of MySQL nodes. Starting in 2015, Vitess was adopted by many other large companies, including Slack, Square (now Block), and JD.com.
For more about Vitess, please visit vitess.io.
Vitess has a growing community.
If you are interested in contributing or participating in our monthly community meetings, please visit the Community page on our website.
We also maintain a roadmap on our website.
Follow our blog for low-frequency updates like new features and releases.
To report a problem, create a GitHub issue.
For topics that are better discussed live, please join the Vitess Slack workspace. You may post any questions on the #general channel or join some of the special-interest channels.
To report a security vulnerability, please email vitess-maintainers.
See Security for a full outline of the security process.
A third party security audit was performed by ADA Logics. Read the full report.
Unless otherwise noted, the Vitess source files are distributed under the Apache Version 2.0 license found in the LICENSE file.