SHOW-TABLETS

SHOW TABLETS

This statement is used to list tablets of the specified table (only for administrators)

  1. Syntax Description:

where_condition could be one of:

  1. state = "NORMAL|ROLLUP|CLONE|DECOMMISSION"
  2. IndexName = rollup_name

or compound them with operator .

  1. list all tablets of the specified partitions

    1. SHOW TABLETS FROM example_db.table_name PARTITIONS(p1, p2);