Question-108: When you run the command “nodetool tablestats -H –keyspace_name” . The output generated is all the tables in the provided keyspace across entire cluster?

  1. True
  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: B

Exp: First let’s understand what is the tablestats command. It is good when you wanted to check for the data modeling info. Like you are getting the correct partition key or not or is it overloading a particular node and row count information. Hence,

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