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
Use this command to delete the database 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 important data.
You must have at least Database Admin permissions to run this command.
.delete
database
DatabaseName policy
caching
Learn more about syntax conventions.
Name | Type | Required | Description |
---|---|---|---|
DatabaseName | string |
✔️ | The name of the database. |
The following example deletes the caching policy.
.delete database MyDatabase policy caching