Remove Key Lookup - SQL in Sixty Seconds 194

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ม.ค. 2025

ความคิดเห็น • 41

  • @Abassman1967
    @Abassman1967 2 ปีที่แล้ว +2

    An oldie but a goodie for sure! You rock!

  • @Rageshshah
    @Rageshshah ปีที่แล้ว +2

    This one is fantastic and will help a lot to people like me.

  • @gatlaaravind3178
    @gatlaaravind3178 2 ปีที่แล้ว +1

    Best teacher in the world.. for SQLSERVER fan since 2012 to till date

  • @khaledberhane5413
    @khaledberhane5413 2 ปีที่แล้ว +1

    Thank you Pinal, That really helps a lot ;)

  • @babaIraj1
    @babaIraj1 2 ปีที่แล้ว +1

    You are great person. Funny with lot of information. I learned a lot of tricks in SQL from you. Huge thanks to you. 🙂

  • @ivanb000
    @ivanb000 2 ปีที่แล้ว +1

    Interesting as always, thanks.

  • @achilleskocaeli
    @achilleskocaeli 2 ปีที่แล้ว +1

    Thanks for sharing Pinal 👍

  • @nikunjkelatkar3282
    @nikunjkelatkar3282 2 ปีที่แล้ว +1

    Thanks for sharing this knowledge sir 😊

  • @sohailsyed5243
    @sohailsyed5243 2 ปีที่แล้ว +1

    Hey Dev, can you get a video on what are Logical reads, physical reads, ram and memory and basic steps to see on performance tuning

  • @mariahalt4603
    @mariahalt4603 2 ปีที่แล้ว +1

    This tip is gold

  • @a.useronly2266
    @a.useronly2266 2 ปีที่แล้ว +1

    Great 👍🏻, Thanks sir

  • @dhruvghori1604
    @dhruvghori1604 2 ปีที่แล้ว +1

    Hi Dave, can you please explain or make a video on HASH match and how to remove or optimize it.
    Thank you in advance.

  • @mysubscription104
    @mysubscription104 2 ปีที่แล้ว +1

    Pinal, your videos are always great, always something to learn, if possible, could you please consider WINDOWS FUNCTIONS in future videos in consideration of perfromance?

  • @BigBud2000
    @BigBud2000 2 ปีที่แล้ว +1

    Hi Dave, very good understandable video as always. I try to follow your guidance since I'm in touch with sql server version 2008 R2. Currently I'm trying to use polybase on a SQL Server 2019 installation for remote quering sql server databases and I wonder if you have any recommendations abount polybase performance tuning. Maybe this would be something for a new video?

  • @pavanmadineni902
    @pavanmadineni902 2 ปีที่แล้ว +1

    Hi Pinal,
    Could you please show some light on inner hash join/ left hash join hints usage.

  • @abhay6276
    @abhay6276 2 หลายเดือนก่อน +1

    Hello pinal sir, on which column the primary key or the Cluster index is there? Because key look up only be there in the execution plan when there is Cluster index on a particular column...and if it is Cluster index then it must be Cluster index seek instead of non Cluster index seek as far as query concerned.please remove my confusion sir 😊🙏

    • @PinalDaveSQLAuthority
      @PinalDaveSQLAuthority  2 หลายเดือนก่อน

      You can check the sample database AdventureWorks and Orders table directly and it will provide you all the necessary data.

  • @tractor1969
    @tractor1969 2 ปีที่แล้ว +1

    Pinal, have you seen cases where adding the include causes any issues? Logically I would not expect an unnecessary include to cause issues, unless the index were quite heavy. But as we often see, the engine can defy logic at times.
    For example, in this case, you are selecting SalesPersonPersonId in the query and have added the include to satisfy this particular query. However, let's say you have another existing query that does not need that column. Maybe a query that joins on CustomerID and does not pull back SalesPersonPersonId. Have you seen issues where having the included column affects performance significantly enough that you kept both the non-include and include indexes to satisfy both queries?

  • @kotekr4383
    @kotekr4383 2 ปีที่แล้ว +1

    wonderful sir.........

  • @akshatapatil9732
    @akshatapatil9732 2 ปีที่แล้ว +1

    Hi sir I have question can we use SQL server migration assistance for AWS redshift to azure SQL server database migration

  • @Anti4pok
    @Anti4pok 2 ปีที่แล้ว +1

    Easy to understand, thank you! Wants more videos