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 the materialized view cache policy. To speed up queries, data is cached on processing nodes, SSD, or even in RAM. The cache policy describes the data artifacts used to prioritize more important data.
You must have at least Table Admin permissions to run this command.
.delete
materialized-view
MaterializedViewName policy
caching
Learn more about syntax conventions.
Name | Type | Required | Description |
---|---|---|---|
MaterializedViewName | string |
✔️ | The name of the materialized view. |
The following example deletes the caching policy.
.delete materialized-view MyMaterializedView policy caching