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.
Switch services using the Version drop-down list. Learn more about navigation.
Applies to: ✅ Azure Data Explorer
Clear all cached query results made against the context database.
Permissions
You must have at least Database Admin permissions to run this command.
Syntax
.clear database cache query_results
Learn more about syntax conventions.
Returns
This command returns a table with the following columns:
| Column | Type | Description |
|---|---|---|
| NodeId | string |
The node identifier. |
| Count | long |
The number of entries deleted by the node. |
Example
.clear database cache query_results
| NodeId | Entries |
|---|---|
| Node1 | 42 |
| Node2 | 0 |