Skip to content

Throughput is the amount of useful work a system completes during a unit of time, such as requests per second or records per minute.

Higher throughput can come from batching, parallelism, or more capacity. Those changes can also increase queueing and per-item latency.

Throughput is different from latency. Measure both when evaluating a performance change.

Used in DKKB