← Glossary

Bloom filter

A probabilistic set that says 'maybe' or 'definitely no' to membership queries.

Go deeper
Read the full Bloom Filter concept guide →

A probabilistic 'have I seen this?' check that uses tiny memory at the cost of occasional false positives.

Where it shows up
← All 36 terms