0 votes
in Cassandra by
What do you understand by Bloom filter in Cassandra?

1 Answer

0 votes
by
Bloom filter are nothing but quick, nondeterministic, algorithms for testing whether an element is a member of a set. It is a special kind of cache. Bloom filters are accessed after every query

Related questions

0 votes
asked Jan 1, 2023 in Cassandra by john ganales
+1 vote
asked Feb 3, 2020 in Cassandra by rajeshsharma
...