File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1134,7 +1134,10 @@ AS
1134
1134
INSERT INTO #IgnorableWaits VALUES (' PARALLEL_REDO_WORKER_WAIT_WORK' );
1135
1135
INSERT INTO #IgnorableWaits VALUES (' POPULATE_LOCK_ORDINALS' );
1136
1136
INSERT INTO #IgnorableWaits VALUES (' PREEMPTIVE_HADR_LEASE_MECHANISM' );
1137
+ INSERT INTO #IgnorableWaits VALUES (' PREEMPTIVE_OS_FLUSHFILEBUFFERS' );
1137
1138
INSERT INTO #IgnorableWaits VALUES (' PREEMPTIVE_SP_SERVER_DIAGNOSTICS' );
1139
+ INSERT INTO #IgnorableWaits VALUES (' PVS_PREALLOCATE' );
1140
+ INSERT INTO #IgnorableWaits VALUES (' PWAIT_EXTENSIBILITY_CLEANUP_TASK' );
1138
1141
INSERT INTO #IgnorableWaits VALUES (' QDS_ASYNC_QUEUE' );
1139
1142
INSERT INTO #IgnorableWaits VALUES (' QDS_CLEANUP_STALE_QUERIES_TASK_MAIN_LOOP_SLEEP' );
1140
1143
INSERT INTO #IgnorableWaits VALUES (' QDS_PERSIST_TASK_MAIN_LOOP_SLEEP' );
1148
1151
INSERT INTO #IgnorableWaits VALUES (' SQLTRACE_BUFFER_FLUSH' );
1149
1152
INSERT INTO #IgnorableWaits VALUES (' SQLTRACE_INCREMENTAL_FLUSH_SLEEP' );
1150
1153
INSERT INTO #IgnorableWaits VALUES (' UCS_SESSION_REGISTRATION' );
1154
+ INSERT INTO #IgnorableWaits VALUES (' VDI_CLIENT_OTHER' );
1151
1155
INSERT INTO #IgnorableWaits VALUES (' WAIT_XTP_OFFLINE_CKPT_NEW_LOG' );
1152
1156
INSERT INTO #IgnorableWaits VALUES (' WAITFOR' );
1153
1157
INSERT INTO #IgnorableWaits VALUES (' XE_DISPATCHER_WAIT' );
You can’t perform that action at this time.
0 commit comments