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 materialized view'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 materialized-view MaterializedViewName policy merge
Learn more about syntax conventions.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| MaterializedViewName | string |
✔️ | The name of the materialized view for which to delete the merge policy. |
Example
The following command deletes the merge policy at the materialized view level.
.delete materialized-view MyMaterializedView policy merge