InterviewSolution
Saved Bookmarks
| 1. |
For each SSTable, Cassandra creates _________ index.(a) memory(b) partition(c) in memory(d) all of the mentioned |
|
Answer» Correct choice is (b) partition Best explanation: Partition index is list of partition keys and the start position of rows in the data file (on disk). |
|