From f97babebccaff61b312adb0ba0aafd1fa1e8aeb6 Mon Sep 17 00:00:00 2001 From: Dev Patel Date: Sat, 6 Apr 2024 17:36:47 +0530 Subject: [PATCH 1/2] Add extra links for performance v/s scalability and latency v/s throughput topic --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7f41e7b..46bc53e 100644 --- a/README.md +++ b/README.md @@ -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 From c253bf19c95a87cc7c1863437c07d8223ed8c8ce Mon Sep 17 00:00:00 2001 From: Dev Patel Date: Sat, 6 Apr 2024 18:05:56 +0530 Subject: [PATCH 2/2] Change the link name for AWS article --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46bc53e..eacb065 100644 --- a/README.md +++ b/README.md @@ -435,7 +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/) +* [Difference between latency and throughput and how to improve it](https://aws.amazon.com/compare/the-difference-between-throughput-and-latency/) ## Availability vs consistency