QuestionQ89
Filtering and Formatting ResultsWhich of these statements is correct about bloom filters?
- A Hot buckets have no bloom filters as their contents are always changing.
- B Bloom filters could return false positives or false negatives.
- C Each bucket uses a unique hashing algorithm to create its bloom filter.
- D The bloom filter contains trinary values: 0, 1, and 2.
Community Discussion