File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1134,7 +1134,10 @@ AS
11341134 INSERT INTO #IgnorableWaits VALUES (' PARALLEL_REDO_WORKER_WAIT_WORK' );
11351135 INSERT INTO #IgnorableWaits VALUES (' POPULATE_LOCK_ORDINALS' );
11361136 INSERT INTO #IgnorableWaits VALUES (' PREEMPTIVE_HADR_LEASE_MECHANISM' );
1137+ INSERT INTO #IgnorableWaits VALUES (' PREEMPTIVE_OS_FLUSHFILEBUFFERS' );
11371138 INSERT INTO #IgnorableWaits VALUES (' PREEMPTIVE_SP_SERVER_DIAGNOSTICS' );
1139+ INSERT INTO #IgnorableWaits VALUES (' PVS_PREALLOCATE' );
1140+ INSERT INTO #IgnorableWaits VALUES (' PWAIT_EXTENSIBILITY_CLEANUP_TASK' );
11381141 INSERT INTO #IgnorableWaits VALUES (' QDS_ASYNC_QUEUE' );
11391142 INSERT INTO #IgnorableWaits VALUES (' QDS_CLEANUP_STALE_QUERIES_TASK_MAIN_LOOP_SLEEP' );
11401143 INSERT INTO #IgnorableWaits VALUES (' QDS_PERSIST_TASK_MAIN_LOOP_SLEEP' );
11481151 INSERT INTO #IgnorableWaits VALUES (' SQLTRACE_BUFFER_FLUSH' );
11491152 INSERT INTO #IgnorableWaits VALUES (' SQLTRACE_INCREMENTAL_FLUSH_SLEEP' );
11501153 INSERT INTO #IgnorableWaits VALUES (' UCS_SESSION_REGISTRATION' );
1154+ INSERT INTO #IgnorableWaits VALUES (' VDI_CLIENT_OTHER' );
11511155 INSERT INTO #IgnorableWaits VALUES (' WAIT_XTP_OFFLINE_CKPT_NEW_LOG' );
11521156 INSERT INTO #IgnorableWaits VALUES (' WAITFOR' );
11531157 INSERT INTO #IgnorableWaits VALUES (' XE_DISPATCHER_WAIT' );
You can’t perform that action at this time.
0 commit comments