Worktable workfile stats (#8587)
This commit is contained in:
parent
a1dae0d2c1
commit
57ecd1d21b
|
|
@ -527,8 +527,8 @@ WITH PerfCounters AS (
|
||||||
,'Mirrored Write Transactions/sec'
|
,'Mirrored Write Transactions/sec'
|
||||||
,'Group Commit Time'
|
,'Group Commit Time'
|
||||||
,'Group Commits/Sec'
|
,'Group Commits/Sec'
|
||||||
,'Distributed Query'
|
,'Workfiles Created/sec'
|
||||||
,'DTC calls'
|
,'Worktables Created/sec'
|
||||||
,'Query Store CPU usage'
|
,'Query Store CPU usage'
|
||||||
) OR (
|
) OR (
|
||||||
spi.[object_name] LIKE '%User Settable%'
|
spi.[object_name] LIKE '%User Settable%'
|
||||||
|
|
@ -1068,6 +1068,8 @@ WITH PerfCounters AS (
|
||||||
,'Mirrored Write Transactions/sec'
|
,'Mirrored Write Transactions/sec'
|
||||||
,'Group Commit Time'
|
,'Group Commit Time'
|
||||||
,'Group Commits/Sec'
|
,'Group Commits/Sec'
|
||||||
|
,'Workfiles Created/sec'
|
||||||
|
,'Worktables Created/sec'
|
||||||
,'Distributed Query'
|
,'Distributed Query'
|
||||||
,'DTC calls'
|
,'DTC calls'
|
||||||
,'Query Store CPU usage'
|
,'Query Store CPU usage'
|
||||||
|
|
|
||||||
|
|
@ -409,6 +409,8 @@ SELECT DISTINCT
|
||||||
,'Mirrored Write Transactions/sec'
|
,'Mirrored Write Transactions/sec'
|
||||||
,'Group Commit Time'
|
,'Group Commit Time'
|
||||||
,'Group Commits/Sec'
|
,'Group Commits/Sec'
|
||||||
|
,'Workfiles Created/sec'
|
||||||
|
,'Worktables Created/sec'
|
||||||
,'Distributed Query'
|
,'Distributed Query'
|
||||||
,'DTC calls'
|
,'DTC calls'
|
||||||
,'Query Store CPU usage'
|
,'Query Store CPU usage'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue