What is a bloom filter and how does it help in searching rows?
Answer Posted / Sitaram
A Bloom Filter is a probabilistic data structure used to test whether an element is a member of a set. It helps in searching rows by significantly reducing the number of cells that need to be checked when scanning data. However, it may produce false positives but never false negatives.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category