@@ -445,7 +445,9 @@ BEGIN
445
445
INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' DBMIRROR_WORKER_QUEUE' ,' Mirroring' ,1 );
446
446
INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' DBMIRRORING_CMD' ,' Mirroring' ,1 );
447
447
INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' DIRTY_PAGE_POLL' ,' Other' ,1 );
448
+ INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' DIRTY_PAGE_TABLE_LOCK' ,' Replication' ,0 );
448
449
INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' DISPATCHER_QUEUE_SEMAPHORE' ,' Other' ,1 );
450
+ INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' DPT_ENTRY_LOCK' ,' Replication' ,0 );
449
451
INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' DTC' ,' Transaction' ,0 );
450
452
INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' DTC_ABORT_REQUEST' ,' Transaction' ,0 );
451
453
INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' DTC_RESOLVE' ,' Transaction' ,0 );
@@ -635,6 +637,13 @@ BEGIN
635
637
INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' PAGELATCH_NL' ,' Buffer Latch' ,0 );
636
638
INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' PAGELATCH_SH' ,' Buffer Latch' ,0 );
637
639
INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' PAGELATCH_UP' ,' Buffer Latch' ,0 );
640
+ INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' PARALLEL_REDO_DRAIN_WORKER' ,' Replication' ,1 );
641
+ INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' PARALLEL_REDO_FLOW_CONTROL' ,' Replication' ,0 );
642
+ INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' PARALLEL_REDO_LOG_CACHE' ,' Replication' ,1 );
643
+ INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' PARALLEL_REDO_TRAN_LIST' ,' Replication' ,1 );
644
+ INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' PARALLEL_REDO_TRAN_TURN' ,' Replication' ,1 );
645
+ INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' PARALLEL_REDO_WORKER_SYNC' ,' Replication' ,1 );
646
+ INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' PARALLEL_REDO_WORKER_WAIT_WORK' ,' Replication' ,1 );
638
647
INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' POOL_LOG_RATE_GOVERNOR' ,' Log Rate Governor' ,0 );
639
648
INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' PREEMPTIVE_ABR' ,' Preemptive' ,0 );
640
649
INSERT INTO ##WaitCategories(WaitType, WaitCategory, Ignorable) VALUES (' PREEMPTIVE_CLOSEBACKUPMEDIA' ,' Preemptive' ,0 );
0 commit comments