ADMIN SHOW REPLICA DISTRIBUTION
Descriptionβ
This statement is used to show the distribution status of a table or a partition replica.
Syntax:
ADMIN SHOW REPLICA DISTRIBUTION FROM [db_name.]tbl_name [PARTITION (p1, ...)]
Note:
The Graph column in the result shows the distribution ratio of replicas graphically.
Examplesβ
-
View the replica distribution of tables
ADMIN SHOW REPLICA DISTRIBUTION FROM tbl1;
-
View the replica distribution of partitions in the table
ADMIN SHOW REPLICA DISTRIBUTION FROM db1.tbl1 PARTITION(p1, p2);