Question-92: when you use the clustering columns

  1. While writing the data, memtable also sort the data based on clustering column.
  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, D

Exp: Clustering column is mainly used for pre decided sorting order. When you write the data, it is always sorted based on the clustering column. When written to Memtable.

You can access to full explanation to question and answer from this page.