Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sp_Blitz.sql: Updated #IgnorableWaits to match the 2021 version of Paul Randal's script #3563

Merged
merged 2 commits into from
Sep 13, 2024

Conversation

ReeceGoding
Copy link
Contributor

Closes #3562

I expect that adding CXCONSUMER may be controversial. Everything else seems clear-cut.

sp_Blitz.sql Outdated
@@ -1108,6 +1108,7 @@ AS
INSERT INTO #IgnorableWaits VALUES ('CLR_AUTO_EVENT');
INSERT INTO #IgnorableWaits VALUES ('CLR_MANUAL_EVENT');
INSERT INTO #IgnorableWaits VALUES ('CLR_SEMAPHORE');
INSERT INTO #IgnorableWaits VALUES ('CXCONSUMER');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's take this one back out - we show why it's not ignorable in the Mastering Server Tuning class. Thanks!

Copy link
Member

@BrentOzar BrentOzar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's take CXCONSUMER out - I explain why in the Mastering Server Tuning class. Thanks!

Copy link
Member

@BrentOzar BrentOzar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I appreciate it!

@BrentOzar BrentOzar added this to the 2024-10 Release milestone Sep 13, 2024
@BrentOzar BrentOzar merged commit 2abdd69 into BrentOzarULTD:dev Sep 13, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add the SQL Server 2019+ ignorable waits to sp_Blitz's #IgnorableWaits.
2 participants