The Numbers
Bars are on a logarithmic scale. If they were linear, the cache reads would be invisible specks. Sourced from the classic Jeff Dean / Peter Norvig "Numbers Everyone Should Know" list, with 2020s-era updates.
Why this matters: when you're estimating cost, throughput, or "should I cache this?", you don't need exact numbers — you need to know which side of which line you're on. Network > disk > memory > cache. Each step is roughly 100× the one above it. Build the intuition once, use it forever.