Skip to content

Commit

Permalink
#265 adding ignorable waits CHECKPOINT_QUEUE, PARALLEL_REDO_WORKER_WA…
Browse files Browse the repository at this point in the history
…IT_WORK, QDS_ASYNC_QUEUE, PWAIT_EXTENSIBILITY_CLEANUP_TASK (#266)
  • Loading branch information
PiJoCoder authored Dec 12, 2023
1 parent 77b84fb commit c2bf6f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sqlnexus/PerfStatsAnalysis.sql
Original file line number Diff line number Diff line change
Expand Up @@ -980,7 +980,8 @@ IF NOT EXISTS
'HADR_SEEDING_SYNC_COMPLETION', 'HADR_SEEDING_TIMEOUT_TASK',
'HADR_SEEDING_FILE_LIST', 'HADR_SEEDING_WAIT_FOR_COMPLETION',
'HADR_DBHEALTH_INFOMAP_ACCESS', 'HADR_SEEDING_READY_FOR_RESTORE_STREAM',
'REDO_THREAD_PENDING_WORK'
'REDO_THREAD_PENDING_WORK', 'CHECKPOINT_QUEUE', 'QDS_ASYNC_QUEUE',
'PARALLEL_REDO_WORKER_WAIT_WORK', 'PWAIT_EXTENSIBILITY_CLEANUP_TASK'
) THEN
'IGNORABLE'
ELSE
Expand Down

0 comments on commit c2bf6f9

Please sign in to comment.