Worktable workfile stats (#8587)
This commit is contained in:
parent
a1dae0d2c1
commit
57ecd1d21b
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue