https://github.com/sasuke40/system-design
My learning record of System Design
https://github.com/sasuke40/system-design
interview learning record system-design
Last synced: 5 months ago
JSON representation
My learning record of System Design
- Host: GitHub
- URL: https://github.com/sasuke40/system-design
- Owner: SASUKE40
- Created: 2020-05-25T11:04:34.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-25T14:32:28.000Z (about 6 years ago)
- Last Synced: 2025-05-23T05:12:51.974Z (about 1 year ago)
- Topics: interview, learning, record, system-design
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# system-design
My learning record of System Design
## common questions
Q: How many entries?
A: 10 Billions.
Q: Where is data coming from?
A: logs.
Q: What are the latency requirements?
A: 100ms 99 percentile
Q: VM spec?
A: 4 CPUS, 16GB RAM, 20GB shared disk.