Prev Next

Database / Apache Cassandra Interview Questions

Explain the concept of Bloom Filter in Cassandra.

Associated with SSTable, Bloom filter is an off-heap (off the Java heap to native memory) data structure to check whether there is any data available in the SSTable before performing any I/O disk operation.

More Related questions...

Show more question and Answers...


Comments & Discussions