.show table partitioning policy
Displays a table partitioning policy. The partitioning policy defines if and how extents (data shards) should be partitioned for a specific table or a materialized view.
Syntax
.show table TableName policy partitioning
Arguments
TableName - Specify the name of the table.
Returns
Returns a JSON representation of the policy.
Example
Display the policy at the table level:
.show table MyTable policy partitioning
Feedback
Submit and view feedback for