Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: ✅ Azure Data Explorer
Delete a table's merge policy. The merge policy defines if and how Extents (Data Shards) should get merged.
Permissions
You must have at least Table Admin permissions to run this command.
Syntax
.delete table TableName policy merge
Learn more about syntax conventions.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| TableName | string |
✔️ | The name of the table for which to delete the merge policy. |
Example
The following command deletes the merge policy at the table level.
.delete table MyTable policy merge