.delete table partitioning policy

Deletes 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

.delete table TableName policy partitioning

Example

Delete the policy at the table level:

.delete table MyTable policy partitioning