Mar 7 · 5 min read · So, what exactly is Thundering Herd Effect The Thundering Herd is performance related issue in distributed / large scale systems where a huge number of client or threads tries to access same set of re
Join discussion
Mar 7 · 5 min read · Caching is one of the most powerful techniques for scaling backend systems. A simple caching strategy often looks like this: 1. Request arrives 2. Check cache 3. If hit → return cached value 4. If mis
Join discussion