How Shopify Manages its Petabyte Scale MySQL Database

published on 2024/09/11

In this post, we will look at how Shopify manages its critical MySQL database in three major areas:

  • Shard balancing with zero downtime
  • Maintaining read consistency with database replication
  • Database backup and restore

ByteByteGo