Key System Design Metrics
When building large-scale distributed systems, engineers often make trade-offs between different system properties. Four of the most important metrics in design discussions are latency, throughput, availability, and consistency. Alongside these, the ...