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 - 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.
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
-
-
-
(Locked)
Understand the query process4m 21s
-
(Locked)
Understand commit writes2m 38s
-
(Locked)
Bloom filters and query processing1m 52s
-
(Locked)
Understand deletes and tombstones1m 46s
-
(Locked)
Understand compaction1m 28s
-
(Locked)
Challenge: Diagnose performance problem18s
-
(Locked)
Solution: Diagnose performance problem22s
-
(Locked)
-