Worktable workfile stats (#8587)

This commit is contained in:
Mark Wilkinson - m82labs 2021-07-26 21:55:03 -04:00 committed by GitHub
parent a1dae0d2c1
commit 57ecd1d21b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -527,8 +527,8 @@ WITH PerfCounters AS (
,'Mirrored Write Transactions/sec'
,'Group Commit Time'
,'Group Commits/Sec'
,'Distributed Query'
,'DTC calls'
,'Workfiles Created/sec'
,'Worktables Created/sec'
,'Query Store CPU usage'
) OR (
spi.[object_name] LIKE '%User Settable%'
@ -1068,6 +1068,8 @@ WITH PerfCounters AS (
,'Mirrored Write Transactions/sec'
,'Group Commit Time'
,'Group Commits/Sec'
,'Workfiles Created/sec'
,'Worktables Created/sec'
,'Distributed Query'
,'DTC calls'
,'Query Store CPU usage'

View File

@ -409,6 +409,8 @@ SELECT DISTINCT
,'Mirrored Write Transactions/sec'
,'Group Commit Time'
,'Group Commits/Sec'
,'Workfiles Created/sec'
,'Worktables Created/sec'
,'Distributed Query'
,'DTC calls'
,'Query Store CPU usage'