You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-concept-resource-utilization-query-activity.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: craigg-msft
7
7
ms.service: synapse-analytics
8
8
ms.topic: conceptual
9
9
ms.subservice:
10
-
ms.date: 03/11/2020
10
+
ms.date: 04/09/2020
11
11
ms.author: kevin
12
12
ms.reviewer: jrasnick
13
13
ms.custom: azure-synapse
@@ -28,16 +28,16 @@ The following metrics are available in the Azure portal for SQL Analytics. These
28
28
| Memory percentage | Memory utilization (SQL Server) across all nodes for the data warehouse | Avg, Min, Max |
29
29
| Active Queries | Number of active queries executing on the system | Sum |
30
30
| Queued Queries | Number of queued queries waiting to start executing | Sum |
31
-
| Successful Connections | Number of successful connections to the data | Sum, Count |
32
-
| Failed Connections | Number of failed connections to the data warehouse | Sum, Count |
31
+
| Successful Connections | Number of successful connections (logins) against the database| Sum, Count |
32
+
| Failed Connections | Number of failed connections (logins) against the database| Sum, Count |
33
33
| Blocked by Firewall | Number of logins to the data warehouse which was blocked | Sum, Count |
34
34
| DWU limit | Service level objective of the data warehouse | Avg, Min, Max |
35
35
| DWU percentage | Maximum between CPU percentage and Data IO percentage | Avg, Min, Max |
36
36
| DWU used | DWU limit * DWU percentage | Avg, Min, Max |
37
37
| Cache hit percentage | (cache hits / cache miss) * 100 where cache hits is the sum of all columnstore segments hits in the local SSD cache and cache miss is the columnstore segments misses in the local SSD cache summed across all nodes | Avg, Min, Max |
38
38
| Cache used percentage | (cache used / cache capacity) * 100 where cache used is the sum of all bytes in the local SSD cache across all nodes and cache capacity is the sum of the storage capacity of the local SSD cache across all nodes | Avg, Min, Max |
39
39
| Local tempdb percentage | Local tempdb utilization across all compute nodes - values are emitted every five minutes | Avg, Min, Max |
40
-
| Data Storage Size (GB) | Total size of data loaded into the database. This includes data residing in CCI and non-CCI tables where the size of non-CCI tables is measured by the total database file size| Sum |
40
+
| Data Storage Size (GB) | Total size of the database. This includes used, reserved, and unallocated space. Unallocated space is kept for the database to optimize query and load performance.| Sum |
41
41
| Disaster Recovery Size (GB) | Total size of the geo-backup taken every 24 hours | Sum |
42
42
| Snapshot Storage size (GB) | Total size of snapshots taken to provide database restore points. This includes automated and user-defined snapshots. | Sum |
0 commit comments