Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
system-design-primer
Commits
8abdbf67
Commit
8abdbf67
authored
Feb 27, 2017
by
Donne Martin
Browse files
Add Latency vs throughput section
parent
116851d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
8abdbf67
...
...
@@ -545,3 +545,15 @@ Another way to look at performance vs 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/
)
## Latency vs throughput
**Latency**
is the time to perform some action or to produce some result.
**Throughput**
is the number of such actions or results per unit of time.
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/sd/archive/2010/09/13/understanding-latency-vs-throughput
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment