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.
Switch services using the Version drop-down list. Learn more about navigation.
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer
Delete a database's merge policy. The merge policy defines if and how Extents (Data Shards) should get merged.
Syntax
.delete database DatabaseName policy merge
Learn more about syntax conventions.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| DatabaseName | string |
✔️ | The name of the database for which to delete the merge policy. |
Example
The following command deletes the merge policy at the database level.
.delete database database_name policy merge