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
960bf1be
Commit
960bf1be
authored
May 26, 2017
by
Kangkai Tang
Committed by
Donne Martin
May 26, 2017
Browse files
Fix #79: Inaccuracy in Twitter timeline and search example (#81)
parent
d0f018ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
solutions/system_design/twitter/README.md
View file @
960bf1be
...
...
@@ -76,7 +76,7 @@ Search
*
100 thousand read requests per second
*
250 billion read requests per month
*
(400 requests per second / 1 billion requests per month)
*
6,000 tweets per second
*
15 billion tweets
delivered on fanout
per month
*
(400 requests per second / 1 billion requests per month)
*
15 billion tweets per month
*
(400 requests per second / 1 billion requests per month)
*
60 thousand tweets delivered on fanout per second
*
150 billion tweets delivered on fanout per month
*
(400 requests per second / 1 billion requests per month)
*
4,000 search requests per second
...
...
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