.show table policy caching command
Applies to: ✅ Microsoft Fabric ✅ Azure Data Explorer
Show the table 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, so that more important data can take priority.
Permissions
You must have at least Database User, Database Viewer, or Database Monitor permissions to run these commands. For more information, see role-based access control.
Syntax
.show
table
[DatabaseName .
]TableName policy
caching
Learn more about syntax conventions.
Parameters
Name | Type | Required | Description |
---|---|---|---|
DatabaseName | string |
The name of the database. This is required when running the command from outside the database context of the specified table. | |
TableName | string |
✔️ | The name of the table. |
Examples
The following examples show the table caching policy:
.show table MyDatabase.MyTable policy caching
.show table MyTable policy caching