Mysql Index Tutorial | [Simple Explanation] [2020]

Поділитися
Вставка
  • Опубліковано 11 гру 2024

КОМЕНТАРІ • 64

  • @nelsonalva
    @nelsonalva 3 роки тому +34

    So sad you stopped making videos. Your explanations are so clear. You should have much more subscribers. Thanks for everything.

    • @gattoalaparato
      @gattoalaparato 3 роки тому +3

      The King that everyone needs but we don't deserve...

    • @makarsh29
      @makarsh29 3 місяці тому

      @@gattoalaparato om pho

    • @makarsh29
      @makarsh29 3 місяці тому

      @@gattoalaparato om pho

    • @SiphoMkhwanazi
      @SiphoMkhwanazi 22 дні тому

      I just subscribed now for the reasons you stated.

  • @davidbierman5717
    @davidbierman5717 2 роки тому +7

    Perfect explanation. The index converts a linear search O(n) to a binary search O(logn).

  • @growtogether8014
    @growtogether8014 Рік тому +4

    This is exactly what I was searching for. So, in layman terms it creates a new table with column on which index has been created and memory pointer locations of each associated record. Then it sorts it and applies the Binary search algorithm to search the requested column value and there by fetches the associated pointer location, which in turn takes us directly to that memory location and presents the record to user.

  • @myelibrary
    @myelibrary 3 роки тому +6

    This is a fantastic explanation of how MySQL indexes work , the key is how binary indexes work- great job

  • @justinabosco2763
    @justinabosco2763 2 місяці тому

    After watching 5 other videos, finally I understand what indexing is. Thank you

  • @helalabboud2193
    @helalabboud2193 2 місяці тому

    To be honest
    I swear you are an amazing person
    And a creative teacher
    You deserve all respect 🙏
    I hope you continue creating useful videos

  • @kunaljain-l8l
    @kunaljain-l8l 20 днів тому

    crisp explanation for a relatively difficult topic to understand/visualise

  • @legacyblob5385
    @legacyblob5385 3 роки тому +3

    I clearly understand this concept after watched your video. Clearly explained. ❤️

  • @mohdramees09
    @mohdramees09 2 роки тому +1

    The explanation was too good, better than others out there.

  • @Alexander-ns9yv
    @Alexander-ns9yv 2 роки тому

    The best explanation of MySQL indexes.

  • @__hazelnut
    @__hazelnut Рік тому +1

    This explanation is extremely clear. Thank you so much!

  • @colibri-n7g
    @colibri-n7g 2 роки тому +2

    Great explanation. Helped me to get how indices work. Thank you!

  • @amrextracoding
    @amrextracoding 6 місяців тому

    An AMAZING explanation.
    it was really helpful.
    Thanks for great efforts

  • @dehumanizer668
    @dehumanizer668 2 роки тому +1

    Exactly what I needed. Thanks for both the videos. 😄👍🏼

  • @CarlLovesTopps
    @CarlLovesTopps 2 роки тому

    Fantastic video. Really helped me conceptualize how Indexing works.

  • @clickbaitpolice9792
    @clickbaitpolice9792 3 роки тому +1

    the book analogy was crispy

  • @anthonyviniciusdossantosmu3062
    @anthonyviniciusdossantosmu3062 3 роки тому +2

    best video I found about the subject

  • @shreyaslakshminarayan1683
    @shreyaslakshminarayan1683 4 роки тому +10

    Great video! Really well explained.

  • @achmadjulian741
    @achmadjulian741 2 роки тому

    Clear explanation, Thank you!
    4:40

  • @lorettashekleton5868
    @lorettashekleton5868 Рік тому

    That was a perfect explanation - many thanks

  • @vasurupolia9481
    @vasurupolia9481 2 роки тому +1

    What an explanation! Too good.

  • @urwashikeshari8148
    @urwashikeshari8148 3 роки тому +1

    I understand this concept very well only on this video thankyou

  • @SanjayKumar-un7xf
    @SanjayKumar-un7xf 3 роки тому +2

    Excellent explanations !

  • @slitheriotrollingman3101
    @slitheriotrollingman3101 3 роки тому +1

    this video is so clear, many many thank u

  • @thoughts2313
    @thoughts2313 10 місяців тому

    Excellent explanation . God bless !!

  • @theodoregolob4191
    @theodoregolob4191 2 роки тому

    Thanks for the explanation and video. I appreciate it very much!

  • @ujwalakuramdasu9533
    @ujwalakuramdasu9533 3 роки тому

    Sir, Crystal clear explanation.

  • @theidanking
    @theidanking Рік тому

    Great video, explained very good!

  • @smikkelbeer7890
    @smikkelbeer7890 2 роки тому

    Thank you. Very good explanation.

  • @ltybc425
    @ltybc425 2 роки тому

    Can you get access to that index table from MySQL console? Where is this B-tree stored?

  • @kirikcritic3769
    @kirikcritic3769 3 роки тому

    Thanks for the effective example!

  • @fineas4
    @fineas4 Рік тому +1

    This has to be standard solution for sql querries, to be done automatically by the database software you use

  • @ps5clipx
    @ps5clipx Рік тому +1

    Thank you for this

  • @fridayfirstshowtamil5177
    @fridayfirstshowtamil5177 2 роки тому

    Can u please...Upload a video for Keys...ur Awesome..really

  • @mislavcrnkovic2352
    @mislavcrnkovic2352 2 роки тому

    Fantastic explanation! Please create more content

  • @geniushomwetv9793
    @geniushomwetv9793 Рік тому

    Straight forward thank you

  • @spuckhafte
    @spuckhafte 2 роки тому

    omg, it was so neat!

  • @heshamghoniem4604
    @heshamghoniem4604 2 роки тому

    thanks for the great and simple explanation :)

  • @kanipanama
    @kanipanama 3 роки тому

    the best explanation. thanks :)

  • @meocute6807
    @meocute6807 3 роки тому

    Great video. Thank you so much

  • @jessadelacruz2079
    @jessadelacruz2079 3 роки тому

    So, we need to create indexes to all columns that will be using as filter or category, right?

  • @mrx-qi8th
    @mrx-qi8th 3 роки тому +1

    Hi thank you for ur amazing video
    It really helped and i really appreciate it
    But do you plan to make video for other indexes?unique fulltext?
    I mean i got the idea but i wanna know would new memory still be allocated for unique index?
    And how unique index inbmemory work cuz its no longer about sorting offcourse
    Could you plz make a video on that

  • @erensrtky
    @erensrtky 2 роки тому

    Great explanation, but i didn't understand how mysql orders that list by byte value though.

  • @azizbekkhushvakov2407
    @azizbekkhushvakov2407 2 роки тому

    Great video

  • @huboohubert5299
    @huboohubert5299 Рік тому

    Thanks! :)

  • @ayushgairola5570
    @ayushgairola5570 3 роки тому

    make a video on clustered and non clustered index too.
    awesome videos

  • @makarsh29
    @makarsh29 3 місяці тому

    amazing

  • @theDan_YT
    @theDan_YT 2 роки тому

    thank you

  • @InfantTree
    @InfantTree 2 роки тому

    This video is used to teach software engineering students in a dutch University

  • @karthicknk2827
    @karthicknk2827 3 роки тому

    Great, good explanation , can you explain for views, etc like this

  • @nikhilchhabra4564
    @nikhilchhabra4564 3 роки тому

    short and crisp.

  • @greenzone1127
    @greenzone1127 3 роки тому

    Thanks alot

  • @narendrasingh-di8tl
    @narendrasingh-di8tl 3 роки тому

    awesome

  • @abd_el_ouahab3824
    @abd_el_ouahab3824 3 роки тому

    thanks too much

  • @anurajms
    @anurajms 2 роки тому

    thank you

  • @el_joker_2243
    @el_joker_2243 9 місяців тому

    thanks alot