RailsConf 2017: The Secret Life of SQL: How to Optimize Database Performance by Bryana Knight

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 พ.ย. 2024

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

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

    I'd always been confused about what exactly indexes were; thanks for breaking it down so nicely!

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

    Another rule... Always remember your functional dependencies... Conditions on dependent columns can be converted to conditions on independent columns which generally have indexes. Like to get all apples a redundant condition on object type to be fruit can help

  • @m.purushothamreddy4901
    @m.purushothamreddy4901 9 หลายเดือนก่อน

    nice talk thanks for the knowledge.

  • @luisalfonzogonzalez2265
    @luisalfonzogonzalez2265 3 ปีที่แล้ว

    She is awesome!!! LOVED HER EXPLANATION

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

    Awesome talk! I would add that PG planner is probably very smart and that could be the reason why PG intentionally excluded something like index hint.

  • @codyelhard8012
    @codyelhard8012 4 ปีที่แล้ว +4

    I thought indexes were magic before this video

  • @grawlixes
    @grawlixes 6 ปีที่แล้ว

    This talk was great. Thanks!