From the course: Cassandra Data Modeling Essential Training

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Solution: Diagnose performance problem

Solution: Diagnose performance problem - Cassandra Tutorial

From the course: Cassandra Data Modeling Essential Training

Solution: Diagnose performance problem

(upbeat music) - [Instructor] Here's the solution. Bloom filters are the data structure that are used to reduce the number of potential SSTables that are scanned. Bloom filters provide fast membership checks and they never return a false negative. Although they sometimes may return a false positive.

Contents