Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
480 results
Optimize your data architecture by mastering specific cache invalidation strategies that resolve read-write asymmetry. Learn how ...
20 views
6 days ago
Designing a distributed cache isn't hard because storing key → value in memory is hard. It's hard at 1 TB, 100k requests/second, ...
12 views
4 days ago
A quick look at Uber's database architecture and load management solutions. Topics: - Uber's distributed database architecture ...
29,760 views
2 days ago
Why do apps feel instant even when millions of people are using them at the same time? In this animated Computer Science ...
1 view
Writing every request directly to the database doesn't scale. During traffic spikes, continuous database writes create I/O ...
23 views
3 days ago
A cache miss blocked every request under load. Root cause: Cache miss synchronously blocked the response. The fix: Custom ...
0 views
Ever wonder why adding a single server to your cache cluster causes a massive database spike? Traditional hashing is the ...
0
Adding a cache is easy. Knowing when the copy is still safe to use — that's the actual job. Because a cache isn't a speed button ...
27 views
Have you ever wondered why CPUs have cache, why RAM is so much faster than SSDs, or why databases keep frequently ...
41 views
Last time we designed the social graph; this time, the thing behind search that gets hit four thousand times a second — a ...
1 day ago
Welcome to another system design interview breakdown! Today, we are shifting away from application design to tackle a massive ...
2 views
5 days ago
... the technical design considerations, and how Spegel's distributed caching model fits within the existing extension architecture.
24 views
Part 2 of System Design Fundamentals. Part 1 followed one request from your browser, through DNS, a secure connection and ...
The $12000 CDN caching-headers mistake. Root cause: Mis-set cache headers hammered the origin/CDN bill. The fix: Set ...
Every high-throughput enterprise application relies on distributed coordination layers to isolate caching boundaries and buffer ...
32 views
Want to understand the Cache Aside Pattern without getting lost in complex theory? In this video, we'll learn one of the most ...
7 views
To complete the configuration for BranchCache Distributed Cache mode, what must be adjusted on the client machines?
Master Java System Design Interview concepts for 30LPA+ roles, focusing on Senior Architect level Scalability and Caching ...
110 views
What happens when a system adds or removes servers without wanting to reshuffle almost all its data? That is the problem ...