SQL indexing best practices | How to make your database FASTER!

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

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

  • @drugofsweetness
    @drugofsweetness 5 หลายเดือนก่อน +12

    "When in doubt, explain" is what i loved about this video.

  • @TakamuraOG
    @TakamuraOG 20 วันที่ผ่านมา +2

    Dude I appreciate this video, I had two days to try to understand via Copilot, but I was able to catch, that the index sped up the analysis. I thought that I would have another column with numbers, and I needed to use those numbers to filter the search. Now is clear how it works. Thanks a lot!!!

  • @MagicOfDark
    @MagicOfDark ปีที่แล้ว +11

    I had table without index took 18 hours to run, with index took like 6 minutes. Table had millions of entries. Also made some changes to my code, but that only shaved like 1-2 hours off.

    • @Shujahaidergaming
      @Shujahaidergaming 7 หลายเดือนก่อน +1

      How it happens . It a alot of margin 6 hours and 6 minutes.
      How much data in your table ?

  • @jeswer9
    @jeswer9 ปีที่แล้ว +9

    Someone that talks sense. Great info!

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

    Great video 🎉 you are just teaching Not only for CRDB but Sql dbs in general 👍

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

    Underrated video. Thank you.

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

    Beautifully explained, thank you!

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

    Thanks! This was a nice enlightening explanation!

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

    Very helpful, thank you!

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

    thank you very much, very helpful

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

    Would it not have been more efficient to create a separate table for the city column with additional information about the city such as region and country and reference that by Id and then index based on that instead and additionally have less redundant data or how?

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

      correct. for data that repeat, what you suggested is the right solution. however, this is an example situation and they are trying to explain how indices are used.

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

    You didn't mention which index you created ? Clustered or non Clustered?😊

  • @jenweatherwax7113
    @jenweatherwax7113 9 หลายเดือนก่อน

    How many indexes should one add? And how do you know which columns to choose?

    • @MatheusLB2009
      @MatheusLB2009 5 หลายเดือนก่อน +1

      Maybe too late but indexes have to be unique (otherwise there is conflict) and preferably small as he said in the video. And if there is none, having a table mostly sorted by a specific column, like DateTime, naturally speeds up the query

  • @umabharathyts1998
    @umabharathyts1998 4 หลายเดือนก่อน +1

    Thanks !

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

    Hello man,
    God bless your efforts.
    I have a simple enquiry as a new sql learner.
    How does the term b-tree relate to the index function in sql?
    Thanks for taking care of this.

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

      I think the indexing is for the database be able to do a binary search, that is probably done using a binary search tree, that is a type of b-tree

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

    hello I would like to do automation with tools of our codes in my WordPress database but I don't know if these ideas are good and feasible, could you help me understand

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

    Hi Sir, I have a table that consist of 16mil record and it will increase, weekly basis. to retrieve this table in Powerbi it is taking more time get this data from large SQL table. can you suggest any changes on the existing table ? current table doesn't have any indexes.

    • @maryadebimpe9424
      @maryadebimpe9424 9 หลายเดือนก่อน +1

      Alter the table syntax an add the index

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

    oooooooor create a JSON with the cached results :D

  • @victoriasingveena441
    @victoriasingveena441 11 หลายเดือนก่อน +1

    Cool

    • @cockroachdb
      @cockroachdb  11 หลายเดือนก่อน

      We couldn't agree more.

  • @DavidYoo-m7z
    @DavidYoo-m7z ปีที่แล้ว +2

    Love this video HATE the name cockroach, disgusting

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

      I felt the same but honestly aren't they just insects like every other? I feel sad for the little critters now lol

    • @DavidYoo-m7z
      @DavidYoo-m7z 11 หลายเดือนก่อน +1

      @@rainymornings Appreciate your sentiment, still HATE roaches.

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

    Thanks🥲

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

      Glad we could help!