Skip to content

Commit 3857e47

Browse files
Merge pull request #36853 from WilliamDAssafMSFT/mariyaali-patch-14
20260312 sql_pool_name
2 parents c36bc96 + 178fbd8 commit 3857e47

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/relational-databases/system-views/queryinsights-exec-requests-history-transact-sql.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: "The queryinsights.exec_requests_history in Microsoft Fabric provid
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: mariyaali, randolphwest, emtehran
7-
ms.date: 3/12/2026
7+
ms.date: 03/12/2026
88
ms.service: sql
99
ms.topic: "reference"
1010
ms.custom:
@@ -47,6 +47,7 @@ The `queryinsights.exec_requests_history` in [!INCLUDE [fabric](../../includes/f
4747
| `query_hash` | **varchar(200)** | Binary hash value calculated on the query and used to identify queries with similar logic. You can use the query hash to correlate between Query Insight views. For more information, see [Query Insights - Aggregation](/fabric/data-warehouse/query-insights#similar-queries). |
4848
| `label` | **varchar(8000)** | Optional label string associated with some `SELECT` query statements. |
4949
| `result_cache_hit` | **int** | Shows the status of [result set caching](/fabric/data-warehouse/result-set-caching) for this query:<br /><br />`2` - query used result set cache (*cache hit*)<br />`1` - query created result set cache<br />`0` - query wasn't applicable for cache creation or usage |
50+
| `sql_pool_name` | **varchar(128)** | Name of the SQL pool utilized for executing this request. Can be a default or a user defined pool.<br /><br />This value can be `NULL` or empty for queries that do not require distributed execution in a SQL pool.<br /><br />Examples include lightweight or metadata-only queries where no distributed operators are invoked. |
5051
| `allocated_cpu_time_ms` | **bigint** | Shows the total time of CPUs that was allocated for a query's execution. |
5152
| `data_scanned_remote_storage_mb` | **decimal(18,3)** | Shows how much data was scanned/read from remote storage (One Lake). |
5253
| `data_scanned_memory_mb` | **decimal(18,3)** | Shows how much data was scanned from local memory. Data scanned from disk and memory together indicates how much data was read from cache. |

0 commit comments

Comments
 (0)