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: azure-sql/database-watcher-data.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: A detailed description of SQL monitoring data collected by database
5
5
author: lcwright
6
6
ms.author: lancewright
7
7
ms.reviewer: dfurman
8
-
ms.date: 07/30/2025
8
+
ms.date: 09/02/2025
9
9
ms.service: azure-sql
10
10
ms.subservice: monitoring
11
11
ms.topic: conceptual
@@ -38,6 +38,8 @@ To further reduce the risk of impact to application workloads, all database watc
38
38
39
39
To further reduce the risk of impact to application workloads, all database watcher queries in Azure SQL Database are resource-governed as an [internal workload](./database/resource-limits-logical-server.md#resource-consumption-by-user-workloads-and-internal-processes). When resource contention is present, resource consumption by the monitoring queries is limited to a small fraction of total resources available to the elastic pool. This prioritizes application workloads over monitoring queries.
40
40
41
+
For more information about database watcher impact to application workloads when there are many databases in an elastic pool, see [Monitor dense elastic pools](#monitor-dense-elastic-pools).
42
+
41
43
# [SQL managed instance](#tab/sqlmi)
42
44
43
45
If there is resource contention between your application workloads and database watcher monitoring queries in Azure SQL Managed Instance, you can enable [resource governor](/sql/relational-databases/resource-governor/resource-governor) to limit resource consumption by the monitoring queries.
@@ -121,14 +123,18 @@ If you add individual databases from an elastic pool as SQL targets, you should
121
123
122
124
#### Monitor dense elastic pools
123
125
124
-
A [dense elastic pool](./database/elastic-pool-resource-management.md) contains a large number of databases, but has a relatively small compute size. This configuration lets customers achieve substantial cost savings by keeping the compute resource allocation to a minimum on the assumption that only a small number of databases in the pool are active at the same time.
126
+
A [dense elastic pool](./database/elastic-pool-resource-management.md) contains a large number of databases, but has a relatively small compute size. This configuration lets customers achieve substantial cost savings by keeping the compute resource allocation to a minimum.
125
127
126
-
Compute resources available to database watcher queries in a dense elastic pool are further limited to avoid affecting application queries. Because of this, database watcher might not be able to collect monitoring data from every database in a dense elastic pool.
128
+
Importantly, this approach assumes that only a small number of databases in the pool have queries running at the same time.
127
129
128
-
> [!TIP]
129
-
> To monitor a dense elastic pool, enable monitoring at the pool level by adding the elastic pool as a SQL target.
130
+
> [!WARNING]
131
+
> Because monitoring queries must execute continuously in every monitored database, it is not recommended to monitor more than a few individual databases in a dense elastic pool.
130
132
>
131
-
> It is not recommended to monitor more than a few individual databases in a dense elastic pool. You might see gaps in the collected data or larger than expected intervals between data samples due to insufficient compute resources available to database watcher queries.
133
+
> If you add many databases from a dense elastic pool as SQL targets, the cumulative resource utilization by the monitoring queries running in each database might impact application workloads because of insufficient resources in the pool.
134
+
>
135
+
> For the same reason, you might see gaps in the collected data or larger than expected intervals between data samples.
136
+
137
+
To monitor a dense elastic pool, enable monitoring at the pool level by adding the elastic pool itself as a SQL target. By reducing the total number of monitoring queries in the elastic pool you avoid the risk of impacting application workloads, while still collecting actionable pool-level data in the **SQL elastic pool**[datasets](#datasets).
0 commit comments