Search the practice set
126 questions, 454 terms and 400 topics in 20 areas.
11 results for “Throughput”
Throughput
The rate of work a system completes per unit of time — and a quantity that trades against latency rather than tracking it.
Competing Consumers
Multiple identical consumers reading from one queue, so throughput scales with consumer count and work is distributed automatically.
Little's Law Applied to Pools
Using L = λW to size connection and thread pools from measured throughput and latency rather than from a default.
Non-Functional Requirement
A requirement about how well the system must behave rather than what it must do — latency, availability, throughput, security, cost.
Scalability
The ability to handle growing load by adding resources, ideally with cost rising no faster than the load.
Wide-Column Store
A store organised as partitions of sorted rows, designed for very high write throughput and predictable single-partition reads at large scale.
Throughput
Work completed per unit time, and why it trades against latency.
Competing Consumers
Scaling throughput with instances, at the cost of ordering.
DORA Metrics
Throughput and stability moving together rather than trading off.
Quality Attributes
Availability, latency, throughput, security, cost — expressed as testable scenarios.
Serverless vs Containers
Spiky and event-driven versus sustained throughput.