Question-109: By using the “tablestats” command which of the following info is available to us?

  1. It would tell us whether the table has been flushed to disk or not.
  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, B

Exp: When you use the tablestats command then you would be getting the following details for a table. This does not provide information for the entire cluster. But rather point in  time information for a particular table.

 

Keyspace: HadoopExamKS

                Read Count: 98787

                Read Latency: 0.21 ms.

                Write Count: 21845

                Write Latency: 0.02903473521 ms.

Total number of tables: 21

-----------------------------------

Pending Flushes: 0

                                Table: HE_COURSES

                                SSTable count: 2

                                Space used (live): 51.62 MB

                             

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