MEPX
Chapter 4 of 10All chapters

Chapter 4 of 10

Storage and data

Objects, disks and databases.

Three kinds

Object storage holds files addressed by key, is cheap and effectively unlimited. Block storage is a disk attached to one machine. Managed databases are a running database someone else patches.

  • Static sites, images and backups belong in object storage.
  • Managed databases cost more than self-hosting and less than an outage.

Durability against availability

Object storage keeps many copies, so losing data is very unlikely, but a region can still become unreachable. Those are separate promises and are often confused.