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