Login
From:
Jaz’s Blog
(Uncensored)
subscribe
Solving Thundering Herds with Request Coalescing in Go · Jaz's Blog
https://jazco.dev/2023/09/28/request-coalescing/
links
backlinks
Roast topics
Find topics
Find it!
Using request coalescing, we can serve the 200,000 user strong thundering herd by making only one request to our DB, so every other identical request wait for the results from the first request to hit the cache before they resolve.