Skip to content

Blog

Consensus algorithms at scale: Part 1 - Introduction
Vitess

Consensus algorithms at scale: Part 1 - Introduction

This is a multi-part blog series and will be updated with links to the corresponding posts.

Sugu Sougoumarane
Announcing Vitess 7
Vitess

Announcing Vitess 7

On behalf of the Vitess maintainers team I am pleased to announce the general availability of Vitess 7. Major Themes Improved SQL Support We continued to progress towards (almost) full MySQL compatibility.

Deepthi Sigireddi
Debunking 3 myths about Vitess fault tolerance
Vitess

Debunking 3 myths about Vitess fault tolerance

Here at PlanetScale we hear some concerns about the reliability of Vitess and its capabilities with regards to data loss.

Abhi Vaidyanatha
Announcing Vitess 6
Vitess

Announcing Vitess 6

I am excited to announce the general availability of Vitess 6 the second release to follow our new accelerated release schedule.

Morgan Tocker
ACID Transactions are not just for banks — the Vitess approach
Vitess

ACID Transactions are not just for banks — the Vitess approach

Build systems that do not lose data. Vitess prevents asynchronous failure in two ways: (1) ensuring that the changes are saved locally on storage with the redo log and binary logs safely written to disk and (2) making use of semi-synchronous replication.

Jiten Vaidya
Videos: Intro to Vitess—its powerful capabilities and how to get started
Vitess

Videos: Intro to Vitess—its powerful capabilities and how to get started

This video playlist featuring Vitess co-creator Sugu Sougoumarane is an excellent resource to learn more about the features and capabilities of open source Vitess.

Abhi Vaidyanatha
PlanetScale migrates open source Vitess test suite from Python to Go
Vitess

PlanetScale migrates open source Vitess test suite from Python to Go

It’s easier than ever to contribute to Vitess. The test suite migration from Python to golang makes Vitess more developer friendly.

Deepthi Sigireddi