This commit is contained in:
debashiskayal 2023-04-13 08:37:27 +08:00 committed by GitHub
commit 485413e3df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -328,7 +328,7 @@ Check out the following links to get a better idea of what to expect:
### Design the data structures for a social network
[View exercise and solution](solutions/system_design/social_graph/README.md)
[View exercise and solution]( ocial_graph/README.md)
![Imgur](images/cdCv5g7.png)
@ -421,7 +421,7 @@ Another way to look at performance vs scalability:
### Source(s) and further reading
* [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/)
* [Scalability, availability, stability, patterns](http://www.slideshare.net/jboner/scalability-availability-stability-patterns/) [presentation here] (system-design-primer/resources/documents/)[and video here](https://www.youtube.com/watch?v=DihXpZ9xR8E)
## Latency vs throughput