Storage & bandwidth
Storage over 3 yr × 3
61.19 TB
Peak read egress
6.10 MB/s
These are back-of-the-envelope estimates for sizing decisions, not exact figures. Real systems vary with caching hit rates, compression, indexes and write amplification, and uneven (bursty) traffic. Round hard, sanity-check the order of magnitude, and validate against production metrics before provisioning.
Enter your daily active users, requests per user, read/write mix, and average object size to get the numbers every system design starts with: average and peak QPS, the read/write QPS split, daily data growth, total storage over a retention window (with replication), and the peak read bandwidth your serving tier must sustain. It is the back-of-the-envelope math from the system design interview, done for you.
Keep the inputs crude and round hard — the goal is to anchor decisions like "a single database cannot serve these reads" or "we need a cache and a CDN," not to be precise to the byte. Peak QPS (average scaled by a peak-to-average factor) is what you provision for, since traffic is bursty. Treat every output as an order-of-magnitude estimate and validate against real metrics before provisioning.