Skip to content

Commit 8b71a3f

Browse files
Update README.md
1 parent 5277582 commit 8b71a3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ This is a repository of code samples to use with Azure SQL Database Managed Inst
66
2. perf-counters-mi.sql is a script that collects performance counters on MI.
77
3. MIGP_storage_perf_limits.sql is a script that examines IOPS/throughput per database file over a period of time on MI General Purpose, and compares them against Azure Premium Storage limits. The script helps in determining if using larger files/blobs with higher limits would be beneficial for improving workload performance.
88
4. mi_server_resource_stats.sql is a script that creates a view named dbo.server_resource_stats. This view provides real-time resource stats for an MI instance, as a workaround for commonly observed data latency in the sys.server_resource_stats view.
9+
5. real_time_resource_stats.sql is a query that returns real-time resource stats for an instance. It is an alternative to sys.server_resource_stats, providing another workaround for commonly observed data latency when using that view.

0 commit comments

Comments
 (0)