.delete table policy roworder command

Remove a table's row order policy. The row order policy is an optional policy set on tables that suggests the desired ordering of rows in an extent (data shard). The purpose of the policy is to improve performance of queries that are known to be narrowed to a small subset of values in the ordered columns.

Permissions

You must have at least Table Admin permissions to run this command.

Syntax

.delete table TableName policy roworder

Learn more about syntax conventions.

Parameters

Name Type Required Description
TableName string ✔️ The name of the table.

Example

.delete table events policy roworder