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 database's merge policy. The merge policy defines if and how Extents (Data Shards) should get merged.
.delete
database
DatabaseName policy
merge
Learn more about syntax conventions.
Name | Type | Required | Description |
---|---|---|---|
DatabaseName | string |
✔️ | The name of the database for which to delete the merge policy. |
The following command deletes the merge policy at the database level.
.delete database database_name policy merge