InterviewSolution
Saved Bookmarks
| 1. |
For each SSTable, Cassandra creates _________ index.(a) memory(b) partition(c) in memory(d) all of the mentionedI had been asked this question in my homework.My question is based upon Cassandra with Hadoop topic in chapter ZooKeeper, Sqoop and Cassandra of Hadoop |
|
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). |
|