.delete table cache policy

Delete the table 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 table [DatabaseName .]TableName policy caching

Arguments

DatabaseName - Specify the name of the database. TableName - Specify the name of the table. Use without DatabaseName when running in the required database's context.

Example

The following example deletes the caching policy.

.delete table MyTable policy