Hacker News new | ask | show | jobs
Bloom filters: the niche trick behind a 16× faster API (incident.io)
5 points by ludovicianul 65 days ago
1 comments

Nice article! From what I understand, you computed the bloom values in the application layer, right? Would https://www.postgresql.org/docs/current/bloom.html have worked as well?