Bloom Filters: Prevent Expensive Database Queries
Let’s face it: querying a database or hitting a Redis cache just to check if an ID exists is a massive waste of resources when 99% of the time the answer is "no". If you do this millions of times a se
doogal.dev5 min read