Removing SORT Operator - SQL Server Execution Plans (by Amit Bansal)

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

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

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

    thanks for the video. However, sounds like you're creating an index to remove the sort operator. But, is it really worth the extra overhead of maintaining the extra index?

  • @patelnayan1622
    @patelnayan1622 3 หลายเดือนก่อน

    If we have more column in table and in UI we display that all column and user can sort any column from the UI so how to design index for that kind of scenario.

  • @rfelribeiro
    @rfelribeiro ปีที่แล้ว

    Amazing Video!

  • @vinquinn9315
    @vinquinn9315 2 ปีที่แล้ว

    Agree. I’ll have to experiment on larger queries where you need a different index to seek, but if there are other columns to Order By, maybe a secondary index specifically on the sort column would get picked up to knock out both issues, similar to OR conditions using multiple indexes.

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

    Thank you sir, wonderful technique 👏

  • @ahmetsngr_
    @ahmetsngr_ 2 ปีที่แล้ว

    Thanks for your valuable share. I have a question, is it necessity to order for include columns?

  • @jacksonmacd
    @jacksonmacd 2 ปีที่แล้ว

    What's the impact on page reads and execution time?

  • @devarakondasankararao3802
    @devarakondasankararao3802 2 ปีที่แล้ว

    Nice video sir.