Skip to content

Block Storage

Medium — good to knowCloud & Infra

ELI5 — The Vibe Check

Block storage is like a virtual hard drive that you attach to a cloud server. The server sees it as a regular disk — your OS and apps can read/write to it fast, just like a local SSD. Need to store your database files? You need block storage, not object storage, for the performance.

Real Talk

Block storage provides raw storage volumes that appear as physical disks to virtual machines. Data is stored in fixed-size blocks without metadata overhead. Used for OS volumes, databases requiring low-latency I/O, and stateful applications. Examples: AWS EBS, GCP Persistent Disk, Azure Managed Disks.

When You'll Hear This

"Attach an EBS volume for the database to use as block storage." / "Block storage gives you much lower latency than object storage for database workloads."

Made with passive-aggressive love by manoga.digital. Powered by Claude.