How to Think Like the SQL Server Engine

Поделиться
HTML-код
  • Опубликовано: 14 дек 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.

  • @emersonpup
    @emersonpup Год назад

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

  • @barrowmusics
    @barrowmusics 6 месяцев назад

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

  • @DatabaseAdministration
    @DatabaseAdministration 5 месяцев назад +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

  • @LucTimmerman
    @LucTimmerman Месяц назад

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

  • @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.

  • @j.r.3215
    @j.r.3215 Год назад

    💯👏👏👏

  • @TheColjackoneal
    @TheColjackoneal Год назад

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

  • @ayndeg5944
    @ayndeg5944 Год назад

    👏👏🙏

  • @EndUser-yu7gg
    @EndUser-yu7gg 3 месяца назад

    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  3 месяца назад

      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 Год назад +1

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