SHOW-TABLETS
SHOW TABLETS
This statement is used to list tablets of the specified table (only for administrators)
- Syntax Description:
where_condition could be one of:
state = "NORMAL|ROLLUP|CLONE|DECOMMISSION"
IndexName = rollup_name
or compound them with operator .
list all tablets of the specified partitions
SHOW TABLETS FROM example_db.table_name PARTITIONS(p1, p2);