AdvancedVocabulary#backend#architecture#developer-tools

Cache Stampede Vocabulary

Build fluency in the vocabulary of preventing many concurrent requests from overwhelming an origin at once.

0 / 5 completed
1 / 5
At standup, a dev mentions a popular cache entry expiring and dozens of concurrent requests all missing the cache at once, each one hitting the slow origin database simultaneously to regenerate the exact same value. What is this problem called?