Bloom filters exactly like this one guard every RocksDB and Cassandra SSTable lookup, and Chrome's Safe Browsing feature uses the same structure to check URLs against a malware blocklist without downloading it in full. The no-false-negatives guarantee you're relying on is what lets a single skipped disk read save an entire SSTable scan with zero risk of missing real data.