Bloom filters: the niche trick behind a 16× faster API(incident.io)
incident.io
Bloom filters: the niche trick behind a 16× faster API
https://incident.io/blog/bloom-filters
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?