Vitess is a database clustering system for horizontal scaling of MySQL.
Перейти к файлу
FlorentP fb15da5929
Release notes 14.0.3 on main (#11406)
* Release notes for 14.0.3

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>

* Addition of the release summary for `v14.0.3` (#11396)

* addition of empty release summary for 14.0.3

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>

* feat: add a line describing the VTOrc bug fix

Signed-off-by: Manan Gupta <manan@planetscale.com>

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Manan Gupta <manan@planetscale.com>
Co-authored-by: Manan Gupta <manan@planetscale.com>

Signed-off-by: Florent Poinsard <florent.poinsard@outlook.fr>
Signed-off-by: Manan Gupta <manan@planetscale.com>
Co-authored-by: Manan Gupta <manan@planetscale.com>
2022-10-02 17:55:34 -07:00
.github Addition of CodeQL workflow (#11207) 2022-09-29 09:03:09 +08:00
config Refactor: Rename Orchestrator to VTOrc in the codebase (#11231) 2022-09-18 14:37:31 +05:30
data/test Add support for certification revocation list files 2021-10-13 17:17:07 +00:00
doc Release notes 14.0.3 on main (#11406) 2022-10-02 17:55:34 -07:00
docker VTOrc Cleanup - Configs, APIs and old UI (#11356) 2022-09-30 22:11:02 +05:30
examples VTOrc Cleanup - Configs, APIs and old UI (#11356) 2022-09-30 22:11:02 +05:30
go [cli] Topo: Migrate zk2topo and k8stopo to pflag (#11401) 2022-10-02 22:52:49 +02:00
java [cmd/*] Switch to pflag for all CLI flag parsing (#10619) 2022-07-25 15:12:09 -04:00
misc [asthelpergen] Migrate to pflags (#11363) 2022-09-27 11:19:16 +02:00
proto VTAdmin: shard actions (#11328) 2022-09-30 10:16:16 -07:00
resources Cleanup usage of go.rice in favor of go:embed (#10956) 2022-08-09 14:15:19 +05:30
support
test VStreamer: fix deadlock when there are a lot of vschema changes at the same time as binlog events (#11325) 2022-09-30 15:32:37 +02:00
tools [tools/rowlog] Migrate to pflag (#11412) 2022-10-01 11:10:44 +02:00
vitess-mixin [cli] [topo] Migrate topo flags to pflags (#11393) 2022-09-30 19:19:38 -07:00
web VTAdmin: shard actions (#11328) 2022-09-30 10:16:16 -07:00
.codeclimate.yml
.dockerignore add vtadmin docker image (#10543) 2022-06-26 08:02:12 -07:00
.gitattributes Cleanup usage of go.rice in favor of go:embed (#10956) 2022-08-09 14:15:19 +05:30
.gitignore Flakes: Use waits instead of checks in vrepl e2e tests (#11048) 2022-08-28 11:28:51 +02:00
.gitmodules
.golangci.yml Add the linter for exporting a loop variable through a pointer reference (#10763) 2022-07-20 14:41:11 +05:30
ADOPTERS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
DCO
Dockerfile
GITHUB_SELF_HOSTED_RUNNERS.md Prune docker storage every other weekday 2022-09-29 17:42:47 -04:00
GOVERNANCE.md Modify governance doc to replace PMC with Steering Committee 2021-12-14 16:23:03 -08:00
GUIDING_PRINCIPLES.md Remove reference to PMC 2022-01-28 11:59:34 -08:00
LICENSE
MAINTAINERS.md Fix frouioui in the MAINTAINERS.md file (#11343) 2022-09-26 09:04:40 -07:00
Makefile Migrates `release-notes` to pflag (#11365) 2022-09-28 10:10:28 +08:00
README.md
SECURITY.md
SEVERITY.md
STEERING.md Steering committee doc 2021-12-13 13:10:09 -08:00
bootstrap.sh Update to latest Protobuf 21.3 release (#10803) 2022-07-25 07:34:46 -04:00
build.env Upgrade go version to `1.18.5` on `main` (#11136) 2022-08-31 22:07:18 +02:00
dev.env
go.mod VTOrc Cleanup - Configs, APIs and old UI (#11356) 2022-09-30 22:11:02 +05:30
go.sum VTOrc Cleanup - Configs, APIs and old UI (#11356) 2022-09-30 22:11:02 +05:30
sonar-project.properties
test.go Partial Movetables: allow moving a table one shard at a time (#9987) 2022-09-23 12:15:12 +02:00

README.md

Maven Central Build Status codebeat badge Go Report Card FOSSA Status CII Best Practices Coverage

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.

Reporting a Problem, Issue, or Bug

To report a problem, the best way to get attention is to create a GitHub issue using proper severity level based on this guide.

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.

Follow Vitess Blog for low-frequency updates like new features and releases.

Security

Reporting Security Vulnerabilities

To report a security vulnerability, please email vitess-maintainers.

See Security for a full outline of the security process.

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