set_result_set_caching
Enable or disable result-set caching on a Fabric warehouse or SQL Analytics Endpoint to control query performance caching.
Instructions
Enable or disable result-set caching on a warehouse.
Executes ALTER DATABASE CURRENT SET RESULT_SET_CACHING { ON | OFF }
and returns the effective settings read back after the change.
Both Data Warehouses and SQL Analytics Endpoints accept the statement, though the practical effect on SQL Analytics Endpoints is not guaranteed.
Args:
workspace: Workspace name or GUID.
item: Warehouse or SQL Analytics Endpoint name or GUID.
enabled: True to enable result-set caching, False to disable it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspace | Yes | ||
| item | Yes | ||
| enabled | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||