Question-82: Please map the following

 

  1. Partition Summary
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering Python Certification Material

Ans : A-1,B-2,C-3,D-4

Exp : Cassandra read path goes through the various storages and indexes to return the correct data. And it uses the caches, summary, indexes etc. Let’s check one by one in sequence.

 

  1. Memtable: This is in memory data structure, if desired data is found in that. It would be written from here only. Because it would have entire row requested stored. Hence, no further read require until and unless there is read repair.
  2. You can access to full explanation to question and answer from this page.