How to Think Like the SQL Server Engine

Поділитися
Вставка
  • Опубліковано 29 лис 2024

КОМЕНТАРІ • 20

  • @user-el3rp6nh5m
    @user-el3rp6nh5m Місяць тому

    Great video! Thanks for sharing all this information.
    I would have liked to see how this works on a production database too. For example, suppose I need to run a query every month on a large table that everyone uses. In my case, I want an index on that table for my specific query. However, I don't want to disrupt the workflow of my fellow SQL developers. I think this could be an interesting aspect to cover as well.

  • @barrowmusics
    @barrowmusics 6 місяців тому

    I mostly love videos with timestamps, but all the same great video

  • @emersonpup
    @emersonpup Рік тому

    This is making me look back in pain at all of my shitty query tuning attempts at my last job

  • @LucTimmerman
    @LucTimmerman Місяць тому

    I like how you didn't invert colors on your second piece of paper

  • @DatabaseAdministration
    @DatabaseAdministration 4 місяці тому +1

    If i may ask, to know all this what did you do? Any books ? courses? offical docs?

    • @user-el3rp6nh5m
      @user-el3rp6nh5m Місяць тому

      Lots of information on query tuning. The king of SQL Server is Itzik ben gan. He wrote several books on this topic

  • @benjaminberger9629
    @benjaminberger9629 Рік тому

    I really, really like your content, but do you hear your soundboard while it is playing? At the volume it is playing at in the video? 😁

  • @DeborahGSams
    @DeborahGSams Рік тому

    do all function invalidate index usage?

    • @BrentOzarUnlimited
      @BrentOzarUnlimited  Рік тому

      Great question! We talk about that in detail in both my Fundamentals of Index Tuning class and my Fundamentals of Query Tuning class. The short answer is no, though.

  • @TheColjackoneal
    @TheColjackoneal Рік тому

    Everytime Brent steps out of frame it looks like he's been snapped by Thanos 🤣

  • @j.r.3215
    @j.r.3215 Рік тому

    💯👏👏👏

  • @ayndeg5944
    @ayndeg5944 Рік тому

    👏👏🙏

  • @EndUser-yu7gg
    @EndUser-yu7gg 2 місяці тому

    Seek beats Scan.... Scan beats Battlestar Galactica 😜
    Covering index is good but not if the engine just keeps saying ever single additional query needs its own nci too 🤦‍♂️

    • @BrentOzarUnlimited
      @BrentOzarUnlimited  2 місяці тому

      Yep, we build on that in our Fundamentals of Index Tuning class, where we explain how to create as few indexes as possible for as many queries as possible. See you there!

  • @Tony-dp1rl
    @Tony-dp1rl Рік тому

    "How to Think Like the SQL Server Engine" ... that's easy, just invoice everyone thousands of dollars every time you say something. :)