Skip to content

Blog

Stay up to date with the PlanetScale Changelog
Company

Stay up to date with the PlanetScale Changelog

Stay up-to-date with the latest features and product launches from PlanetScale

Jarod Reyes
Automatically copy migration data in PlanetScale branches
Product

Automatically copy migration data in PlanetScale branches

Use PlanetScale branching with the database schema migration tools of your choice

Taylor Barnett
Building PlanetScale with PlanetScale
Engineering

Building PlanetScale with PlanetScale

How PlanetScale uses database branching and non-blocking schema changes to build PlanetScale.

Iheanyi Ekechukwu
Connect any MySQL client to PlanetScale using Connection Strings
Product

Connect any MySQL client to PlanetScale using Connection Strings

Connect PlanetScale to any MySQL client with Connection Strings for a true database experience.

Taylor Barnett
PlanetScale on Vitess
Product

PlanetScale on Vitess

At PlanetScale our vision is to build a database developers love that can scale indefinitely. To do this we knew we needed a database with a history of powering companies that deal with humongous amounts of data and traffic. That’s why we chose Vitess.

Deepthi Sigireddi
Sam Lambert appointed new CEO of PlanetScale
Company

Sam Lambert appointed new CEO of PlanetScale

Announcing a new CEO for PlanetScale

Jiten Vaidya
The promises and realities of the relational database model
Engineering

The promises and realities of the relational database model

The relational model is one of the oldest surviving models in computer science but it has some drawbacks that need to be addressed.

Shlomi Noach
Integrating PlanetScale with Vercel in a few steps
Tutorials

Integrating PlanetScale with Vercel in a few steps

Together Vercel and PlanetScale combine a serverless platform with a scalable and easy-to-use database providing an incredible development experience with limitless scale.

Nick Van Wiggeren
Serverless finally has a database
Company

Serverless finally has a database

The dream behind PlanetScale is to serve the modern application developer’s needs as well as something like GitHub does for code.

Sam Lambert
Non-Blocking Schema Changes
Product

Non-Blocking Schema Changes

Non-blocking schema changes let you push updates to your database without fear of blocking your databases locking individual tables or slowing down production during schema migrations.

Lucy Burns
Announcing PlanetScale: The database for developers.
Company

Announcing PlanetScale: The database for developers.

PlanetScale is the first database designed for developer workflows on top of the technology of the hyperscalers.

Sam Lambert
Announcing Vitess 9.0
Vitess

Announcing Vitess 9.0

On behalf of the Vitess maintainers I am pleased to announce the general availability of Vitess 9.

Alkin Tezuysal
Announcing Vitess 8.0
Vitess

Announcing Vitess 8.0

On behalf of the Vitess maintainers team I am pleased to announce the general availability of Vitess 8 for MySQL.

Alkin Tezuysal
Pitfalls of isolation levels in distributed databases
Engineering

Pitfalls of isolation levels in distributed databases

The more loosely coupled components are in a distributed system the better it scales

Sugu Sougoumarane
MySQL semi-sync replication: durability consistency and split brains
Tutorials

MySQL semi-sync replication: durability consistency and split brains

We look at some basics and follow up to present scenarios that require higher level intervention to ensure availability and to avoid split brains from taking place.

Shlomi Noach
Consensus algorithms at scale: Part 3 - Use cases
Vitess

Consensus algorithms at scale: Part 3 - Use cases

Consensus Use Cases

Sugu Sougoumarane
Orchestrator failure detection and recovery: New Beginnings
Vitess

Orchestrator failure detection and recovery: New Beginnings

How the new integration adds new failure detection and recovery scenarios making orchestrator’s operation goal-oriented.

Shlomi Noach
Consensus algorithms at scale: Part 2 - Rules of consensus
Vitess

Consensus algorithms at scale: Part 2 - Rules of consensus

The Rules of Consensus

Sugu Sougoumarane
On joining PlanetScale and the vision of open source database infrastructure
Company

On joining PlanetScale and the vision of open source database infrastructure

Why I joined PlanetScale to work on Vitess and PlanetScaleDB and what I perceive Vitess can become in the MySQL open source ecosystem.

Shlomi Noach
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
Learn Horizontal Scaling on PlanetScaleDB with Vitess — Rate Puppies in a Rust app with Sharded MySQL Database
Engineering

Learn Horizontal Scaling on PlanetScaleDB with Vitess — Rate Puppies in a Rust app with Sharded MySQL Database

Rate Puppies in a Rust app with Sharded MySQL Database

Jiten Vaidya
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