Skip to content

Announcing Vitess 15

Vitess 15 is now generally available with updates to VTOrc VTAdmin MySQL compatibility and more.

Announcing Vitess 15

Vitess 15 is now generally available, with a number of new enhancements designed to make Vitess easier to use, more resilient, and easier to scale!

VTOrc release

VTOrc, a Vitess-native cluster monitoring and recovery component, is now GA. VTOrc monitors and repairs Vitess clusters, eliminating paging and manual intervention and automating recovery. This makes Vitess fully self-healing and resilient to MySQL server failures. It also obsoletes the third-party integration with Orchestrator that users have traditionally relied on to recover from MySQL server failures. Users deploying VTOrc benefit by reducing both the operational burden of running Vitess and the amount of downtime they experience.

VTAdmin release

VTAdmin, the next generation of cluster management APIs and UIs for Vitess, is also now GA. Unlike the previous UI, which was available for use only on a per-cluster basis, VTAdmin provides a single control plane to manage multiple Vitess clusters (e.g. development versus production). This makes it much easier for users to monitor and administer their Vitess deployments and significantly reduces the amount of time they spend doing so. VTAdmin is built on a modern UI technology stack that will allow us to maintain a much richer Web UI as new features and functions are added.

Old UI:

New UI:

VEP-4 progress

In addition to these major streams of work, we have made tremendous progress on VEP-4, aka The Flag Situation, reorganizing our code so that Vitess binaries and their flags are clearly aligned in help text. An immediate win for usability, this positions us well to move on to a viper implementation, which will facilitate additional improvements including standardization of flag syntax and runtime configuration reloads. We are also aligning with industry standards regarding the use of flags, ensuring a seamless experience for users migrating from or integrating with other platforms.

VDiff v2 update

We are also pleased to announce that VDiff v2, used to check that data migrations have been conducted successfully, is now feature complete. While previous versions were time and memory-intensive and required that users start over if it failed, VDiff v2 distributes work so that memory issues are all but eliminated. It is also resumable, so users can start where they left off if there is an interruption for any reason. Error reporting improvements also help ensure that users know what needs to be fixed before it is resumed. VDiff v2 greatly enhances usability, and we expect it to be GA in the next release.

MySQL compatibility and performance

We continue to make improvements in the areas of MySQL compatibility and performance. For instance, we now produce more efficient query plans for subqueries and derived tables. We have also improved our benchmarking infrastructure, arewefastyet, to make it easier to add new benchmarks.

Try it out

We are very pleased with the great strides we have made with v15, and hope that you will be as well. We encourage all current users of Vitess and everyone who has been considering it to try this new release! As we released a new version of the Operator, v2.8.0, that works with Vitess v15, we invite you to read its release notes too. We also look forward to your feedback, which can be provided via GitHub or Slack.

Want the power of Vitess without having to configure it?