Add extra links for performance v/s scalability and latency v/s throughput topic

This commit is contained in:
Dev Patel 2024-04-06 17:36:47 +05:30
parent a07e261677
commit f97babebcc
1 changed files with 2 additions and 0 deletions

View File

@ -420,6 +420,7 @@ Another way to look at performance vs scalability:
### Source(s) and further reading
* [A short masterclass on Scalability](https://open.substack.com/pub/devdesigndigest/p/scalability)
* [A word on scalability](http://www.allthingsdistributed.com/2006/03/a_word_on_scalability.html)
* [Scalability, availability, stability, patterns](http://www.slideshare.net/jboner/scalability-availability-stability-patterns/)
@ -434,6 +435,7 @@ 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/fv/posts/understanding-latency-vs-throughput)
* [Difference Between latency and throughput](https://aws.amazon.com/compare/the-difference-between-throughput-and-latency/)
## Availability vs consistency