Papershelf

Papershelf

Research papers I’m reading to build better intuition around backend systems, distributed systems, databases, and infrastructure.

Paper

The Google File System

A practical look at building a distributed file system for large sequential workloads, failures, chunk servers, and master metadata.

distributed systemsstorageinfrastructure

Fault-tolerant storage, chunk placement, master metadata, and large-scale file access patterns.

Paper

Dynamo: Amazon’s Highly Available Key-value Store

A paper about availability-first storage, quorum tradeoffs, conflict resolution, and what happens when uptime is the main constraint.

databasesdistributed systemsavailability

Availability-first design, replication tradeoffs, conflict handling, and operational complexity.