[Video] How to Tune Indexes Fast

Videos
6 Comments

In this 76-minute session, I’ll show you how to use the latest features of sp_BlitzIndex to rapidly improve performance on an existing database. I’ll show you how to figure out quickly if you’ve got too many indexes or not enough, and then demonstrate how to get advice from AI on how to consolidate them in seconds.

How to Tune Indexes Fast

Here are the resources we discussed in the session:

Previous Post
I Hate The Way You’re Using “It Depends.”
Next Post
Your Database Just Hit One Terabyte: Now What?

6 Comments. Leave new

  • Thomas Franz
    May 22, 2026 3:18 pm

    at video position 22:22 – you should consider to change your method from D.E.A.T.H to D.E.H.A.T

    When you add clustered indexes to a HEAP table it will need to recreate every nonclustered index, which would take longer, when you added missing indexes / tuned indexes before.

    For tables, that you didn’t touch before (some smaller / rarely used HEAPs) it doesn’t relly matter, where the H in your workflow is.

    Reply
  • fyi, nothing wrong with the grammar. It’s not bad grammar at all. “Fast” can also be an adverb, just as much as “quickly.” (It’s a “flat” (or “bare”) adverb–same form as the adjective–so it does not take the “ly” suffix.)

    Reply
  • Great video! Thanks!

    Reply

Leave a Reply

Your email address will not be published. Required fields are marked *

Fill out this field
Fill out this field
Please enter a valid email address.