.delete materialized view cache policy

Delete the materialized view cache policy. To speed up queries on data, Azure Data Explorer caches it on its processing nodes, SSD, or even in RAM. The cache policy lets Azure Data Explorer describe the data artifacts that it uses so that important data can take priority.

Syntax

.delete materialized view MaterializedViewName policy caching

Arguments

MaterializedViewName - Specify the name of the materialized view.

Example

The following example deletes the caching policy.

.delete materialized-view MyMaterializedView policy caching