Skip to main content
← Speaking

Adaptable Query Accuracy at Scale

Talk
· DevDays Europe · Vilnius, Lithuania
virtual data-structures redis

Counting things at scale is deceptively hard. I argued that probabilistic data structures, especially Bloom Filters, let distributed systems trade a small, configurable margin of error for orders-of-magnitude reductions in memory usage.

The talk walked through how platforms like Redis handle counting operations, why exact accuracy becomes prohibitively expensive at scale, and how to tune the accuracy-performance trade-off for real workloads.