Neki, sharded Postgres, is now available. Get started
Navigation

Blog

Get the RSS feed

Sugu Sougoumarane

In part 7 of the Consensus algorithm series we combine everything we’ve worked at to cover propagating requests


Mike Coutermarsh, Iheanyi Ekechukwu

Learn how to use sqlcommenter with Rails


Vitess Engineering Team

Learn about what was just released in Vitess 14


Andres Taylor

Vitess is a database proxy that creates an illusion of a single database when in reality the query is sent to multiple MySQL instances.


Sugu Sougoumarane

In part 6 of the Consensus algorithms series we look at how to handle request completions


Holly Guevara [@hollylawly]

Insights gives you a faster way to debug and monitor your PlanetScale database queries


James Q Quick

Use PlanetScale Connect to easily perform ELT (Extract, Load, Transform) actions on your data to fulfill your application needs.


Taylor Barnett

Put your data where your users and applications are.


Shlomi Noach

An exploration of the current landscape of schema change methodology and what the future should look like.


Sugu Sougoumarane

In part 5 of our consensus algorithms series we discuss how we handle race conditions and forward progress requirements.


Sugu Sougoumarane

In part 4 of the consensus algorithms series we look at how algorithm leaders are established and revoked.


Vicent Marti

Go 1.18 is here, and with it, the first release of the long-awaited implementation of Generics is finallyready for production usage. Generics are a frequently requested feature that has been highly contentiousthroughout the Go community.


Mike Coutermarsh

Learn why PlanetScale used NanoID to generate obscure and URL friendly identifiers.


Taylor Barnett

Learn how PlanetScale lets you revert changes to your database after a migration with no downtime and zero data loss.


Holly Guevara [@hollylawly], Shlomi Noach

Learn how we used VReplication to allow for migration reverts with data retention.


James Q Quick

Don’t let SQL injection attacks hurt your business.


Camila Ramos

This database schema design guide walks you through walk through the basics of creating and designing schemas for relational databases.


Florent Poinsard

Learn about the Vitess 13 release.


Mike Coutermarsh

How to build self-healing background jobs into your application with background queueing systems like Sidekiq.


Holly Guevara [@hollylawly]

Learn how to build a Laravel CRUD application connect it to a MySQL database and seed it with data.


James Q Quick

Use Prisma and Next.js to automatically populate your database with data.


Nick Van Wiggeren [@NickVanWig]

Database issues experts have faced at companies like GitHub, DigitalOcean, and Etsy and define the stages of database growth that you should be aiming towards at each stage of your company.


Holly Guevara [@hollylawly]

Learn how to speed up your Laravel applications with caching.


Taylor Barnett

Learn how to build automated workflows to develop and operate PlanetScale databases with GitHub Actions.


Mike Coutermarsh

When implementing user authentication with passwords throw out the password rules you know.