Cassandra Internals: Bloom filters
In a previous post I explained about SSTable and their role in the persistent storage of data in Cassandra.
Suppose that following query is received on a node (news_id is primary key):
SELECT * FROM tblNewsItems WHERE news_id = '8bacfe891fa89bfab98d9...
mahdix.com4 min read