Back to course home
0% completed
Vote For New Content
Tips on calculating back of the envelope numbers.
Sid
May 10, 2024
I see that in the article the assumptions of DAU converted to QPS and other numbers requires a good intuition on what the number would be. I am little nervous on if my intuition is off by large order than it would not give a good impression. Any tips on how to come up with calculated approx numbers for DAU, QPS, Data transfer etc ?
0
0
Comments
Comments
On this page
- Why do we need URL shortening?
Try it yourself
Designing URL Shortener (video)
- Requirements and Goals of the System
- Capacity Estimation and Constraints
- System Interface Definition
- Create Short URL API
- Redirect API
- Analytics API
- URL Management API
- Delete Short URL API
- Database Design
- Basic System Design and Algorithm
a. Encoding actual URL
b. Generating keys offline
- Data Partitioning and Replication
- Cache
- Load Balancer (LB)
- Purging or DB cleanup
- Telemetry
- Security and Permissions