.delete database cache policy

Delete the database cache policy. To speed up queries on data, Azure Data Explorer caches it, or parts of it, on its processing nodes, SSD, or even in RAM. The cache policy enables Azure Data Explorer to describe the data artifacts that it uses, so that more important data can take priority.

Syntax

.delete database DatabaseName policy caching

Arguments

DatabaseName - Specify the name of the database.

Example

The following example deletes the caching policy.

.delete database MyDatabase policy caching