ByteMonk logo

System Design · Fundamentals

Latency and Throughput

Two numbers every system is judged by, why they pull against each other, and how to read them as distributions rather than averages.

1 min read · fundamentals · performance · latency

Latency is the time one request takes; throughput is how many requests the system completes per second. They are related but not the same, and most performance mistakes come from optimising one while quietly destroying the other.

The video above walks through both with the smooth-versus-laggy example; the written chapter for this lesson is in progress.

My notes

Loading…

like?

Up next

What Is Low-Level Design? HLD vs LLD vs DSA

LLD Foundations · 4 min

Continue lesson
Latency and Throughput · ByteMonk