.delete table policy merge command
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer
Delete a table's merge policy. The merge policy defines if and how Extents (Data Shards) should get merged.
You must have at least Table Admin permissions to run this command.
.delete
table
TableName policy
merge
Learn more about syntax conventions.
Name | Type | Required | Description |
---|---|---|---|
TableName | string |
✔️ | The name of the table for which to delete the merge policy. |
The following command deletes the merge policy at the table level.
.delete table MyTable policy merge