Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
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
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.