Skip to content

Commit b0ac500

Browse files
authored
sp_Blitz.sql: Updated #IgnorableWaits to match the 2021 version of Paul Randal's script
1 parent 36f4e72 commit b0ac500

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

sp_Blitz.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,6 +1108,7 @@ AS
11081108
INSERT INTO #IgnorableWaits VALUES ('CLR_AUTO_EVENT');
11091109
INSERT INTO #IgnorableWaits VALUES ('CLR_MANUAL_EVENT');
11101110
INSERT INTO #IgnorableWaits VALUES ('CLR_SEMAPHORE');
1111+
INSERT INTO #IgnorableWaits VALUES ('CXCONSUMER');
11111112
INSERT INTO #IgnorableWaits VALUES ('DBMIRROR_DBM_EVENT');
11121113
INSERT INTO #IgnorableWaits VALUES ('DBMIRROR_DBM_MUTEX');
11131114
INSERT INTO #IgnorableWaits VALUES ('DBMIRROR_EVENTS_QUEUE');
@@ -1134,7 +1135,10 @@ AS
11341135
INSERT INTO #IgnorableWaits VALUES ('PARALLEL_REDO_WORKER_WAIT_WORK');
11351136
INSERT INTO #IgnorableWaits VALUES ('POPULATE_LOCK_ORDINALS');
11361137
INSERT INTO #IgnorableWaits VALUES ('PREEMPTIVE_HADR_LEASE_MECHANISM');
1138+
INSERT INTO #IgnorableWaits VALUES ('PREEMPTIVE_OS_FLUSHFILEBUFFERS');
11371139
INSERT INTO #IgnorableWaits VALUES ('PREEMPTIVE_SP_SERVER_DIAGNOSTICS');
1140+
INSERT INTO #IgnorableWaits VALUES ('PVS_PREALLOCATE');
1141+
INSERT INTO #IgnorableWaits VALUES ('PWAIT_EXTENSIBILITY_CLEANUP_TASK');
11381142
INSERT INTO #IgnorableWaits VALUES ('QDS_ASYNC_QUEUE');
11391143
INSERT INTO #IgnorableWaits VALUES ('QDS_CLEANUP_STALE_QUERIES_TASK_MAIN_LOOP_SLEEP');
11401144
INSERT INTO #IgnorableWaits VALUES ('QDS_PERSIST_TASK_MAIN_LOOP_SLEEP');
@@ -1148,6 +1152,7 @@ AS
11481152
INSERT INTO #IgnorableWaits VALUES ('SQLTRACE_BUFFER_FLUSH');
11491153
INSERT INTO #IgnorableWaits VALUES ('SQLTRACE_INCREMENTAL_FLUSH_SLEEP');
11501154
INSERT INTO #IgnorableWaits VALUES ('UCS_SESSION_REGISTRATION');
1155+
INSERT INTO #IgnorableWaits VALUES ('VDI_CLIENT_OTHER');
11511156
INSERT INTO #IgnorableWaits VALUES ('WAIT_XTP_OFFLINE_CKPT_NEW_LOG');
11521157
INSERT INTO #IgnorableWaits VALUES ('WAITFOR');
11531158
INSERT INTO #IgnorableWaits VALUES ('XE_DISPATCHER_WAIT');

0 commit comments

Comments
 (0)