Skip to content

Commit ee26923

Browse files
authored
Merge pull request #110868 from kevinvngo/patch-150
Addressing feedback on docs
2 parents 5169f27 + b563d24 commit ee26923

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/synapse-analytics/sql-data-warehouse/sql-data-warehouse-concept-resource-utilization-query-activity.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: craigg-msft
77
ms.service: synapse-analytics
88
ms.topic: conceptual
99
ms.subservice:
10-
ms.date: 03/11/2020
10+
ms.date: 04/09/2020
1111
ms.author: kevin
1212
ms.reviewer: jrasnick
1313
ms.custom: azure-synapse
@@ -28,16 +28,16 @@ The following metrics are available in the Azure portal for SQL Analytics. These
2828
| Memory percentage | Memory utilization (SQL Server) across all nodes for the data warehouse | Avg, Min, Max |
2929
| Active Queries | Number of active queries executing on the system | Sum |
3030
| 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 |
3333
| Blocked by Firewall | Number of logins to the data warehouse which was blocked | Sum, Count |
3434
| DWU limit | Service level objective of the data warehouse | Avg, Min, Max |
3535
| DWU percentage | Maximum between CPU percentage and Data IO percentage | Avg, Min, Max |
3636
| DWU used | DWU limit * DWU percentage | Avg, Min, Max |
3737
| 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 |
3838
| 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 |
3939
| 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 |
4141
| Disaster Recovery Size (GB) | Total size of the geo-backup taken every 24 hours | Sum |
4242
| Snapshot Storage size (GB) | Total size of snapshots taken to provide database restore points. This includes automated and user-defined snapshots. | Sum |
4343

0 commit comments

Comments
 (0)