system-design-primer/resources/noat.cards/02 Latency vs throughput.md

18 lines
509 B
Markdown

+++
noatcards = True
isdraft = False
weight = 20
+++
# Latency vs throughput
## Latency vs throughput define
Latency is the time to perform some action or to produce some result.
Throughput is the number of such actions or results per unit of time.
Generally, you should aim for maximal throughput with acceptable latency.
## Source(s) and further reading
- [Understanding latency vs throughput](https://community.cadence.com/cadence_blogs_8/b/sd/archive/2010/09/13/understanding-latency-vs-throughput)