Back to course home
0% completed
Vote For New Content
Cache Memory Requirements
Vinod Dalavai
Aug 30, 2023
When we calculated ~170GB for cache memory, are we assuming that we only cache for 24 hours?
0
0
Comments
Comments
Fan2 years ago
I think this is rely on your Cache replacement policy
if you use the LRU, then when the cache full, the least recently use data will be flush out
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