InterviewSolution
Saved Bookmarks
| 1. |
Cassandra searches the __________ to determine the approximate location on disk of the index entry.(a) partition record(b) partition summary(c) partition search(d) all of the mentioned |
|
Answer» Correct option is (b) partition summary The best I can explain: If the Bloom filter does not rule out the SSTable, Cassandra checks the partition key cache. |
|