Skip to content

Commit 3d03e44

Browse files
authored
Update queryinsights-exec-requests-history-transact-sql.md
1 parent c5abcf1 commit 3d03e44

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ monikerRange: "=fabric"
3838
| `root_batch_id` | **uniqueidentifier** | ID for the main group of queries (if nested). Nullable.|
3939
| `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).|
4040
| `label` | **varchar(8000)** | Optional label string associated with some SELECT query statements.|
41-
| `allocated_cpu_time_ms` | **bigint** | Shows how much CPU time was allocated for a query’s execution.|
41+
| `allocated_cpu_time_ms` | **bigint** | Shows the total time of CPU(s) that was allocated for a query’s execution.|
4242
| `data_scanned_remote_storage_mb` | **bigint** | Shows how much data was scanned/read from remote storage (One Lake).|
43-
| `data_scanned_memory_mb` | **bigint** | Shows how much data was scanned from memory. Data scanned from disk and memory together indicates how much data was read from cache. |
44-
| `data_scanned_disk_mb` | **bigint** | Shows how much data was scanned/read from disk. |
43+
| `data_scanned_memory_mb` | **bigint** | Shows how much data was scanned from local memory. Data scanned from disk and memory together indicates how much data was read from cache. |
44+
| `data_scanned_disk_mb` | **bigint** | Shows how much data was scanned/read from local disk. Data scanned from disk and memory together indicates how much data was read from cache. |
4545

4646

4747
## Permissions

0 commit comments

Comments
 (0)