Mysql Index Tutorial | [Simple Explanation] [2020]

  Рет қаралды 61,553

TechnoTrax

TechnoTrax

Күн бұрын

Пікірлер: 62
@nelsonalva
@nelsonalva 3 жыл бұрын
So sad you stopped making videos. Your explanations are so clear. You should have much more subscribers. Thanks for everything.
@gattoalaparato
@gattoalaparato 3 жыл бұрын
The King that everyone needs but we don't deserve...
@makarsh29
@makarsh29 20 күн бұрын
@@gattoalaparato om pho
@makarsh29
@makarsh29 20 күн бұрын
@@gattoalaparato om pho
@davidbierman5717
@davidbierman5717 2 жыл бұрын
Perfect explanation. The index converts a linear search O(n) to a binary search O(logn).
@fineas4
@fineas4 Жыл бұрын
This has to be standard solution for sql querries, to be done automatically by the database software you use
@shreyaslakshminarayan1683
@shreyaslakshminarayan1683 3 жыл бұрын
Great video! Really well explained.
@andrascsirmaz3043
@andrascsirmaz3043 3 жыл бұрын
I agree! Like book-indexes... simple as that!
@myelibrary
@myelibrary 3 жыл бұрын
This is a fantastic explanation of how MySQL indexes work , the key is how binary indexes work- great job
@growtogether8014
@growtogether8014 Жыл бұрын
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.
@legacyblob5385
@legacyblob5385 3 жыл бұрын
I clearly understand this concept after watched your video. Clearly explained. ❤️
@helalabboud2193
@helalabboud2193 11 күн бұрын
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
@justinabosco2763
@justinabosco2763 16 күн бұрын
After watching 5 other videos, finally I understand what indexing is. Thank you
@colibri-n7g
@colibri-n7g 2 жыл бұрын
Great explanation. Helped me to get how indices work. Thank you!
@amrextracoding
@amrextracoding 3 ай бұрын
An AMAZING explanation. it was really helpful. Thanks for great efforts
@ps5clipx
@ps5clipx Жыл бұрын
Thank you for this
@__hazelnut
@__hazelnut Жыл бұрын
This explanation is extremely clear. Thank you so much!
@ltybc425
@ltybc425 Жыл бұрын
Can you get access to that index table from MySQL console? Where is this B-tree stored?
@SanjayKumar-un7xf
@SanjayKumar-un7xf 3 жыл бұрын
Excellent explanations !
@dehumanizer668
@dehumanizer668 2 жыл бұрын
Exactly what I needed. Thanks for both the videos. 😄👍🏼
@clickbaitpolice9792
@clickbaitpolice9792 3 жыл бұрын
the book analogy was crispy
@mrx-qi8th
@mrx-qi8th 3 жыл бұрын
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
@fridayfirstshowtamil5177
@fridayfirstshowtamil5177 2 жыл бұрын
Can u please...Upload a video for Keys...ur Awesome..really
@InfantTree
@InfantTree 2 жыл бұрын
This video is used to teach software engineering students in a dutch University
@vasurupolia9481
@vasurupolia9481 2 жыл бұрын
What an explanation! Too good.
@thoughts2313
@thoughts2313 8 ай бұрын
Excellent explanation . God bless !!
@urwashikeshari8148
@urwashikeshari8148 3 жыл бұрын
I understand this concept very well only on this video thankyou
@anthonyviniciusdossantosmu3062
@anthonyviniciusdossantosmu3062 3 жыл бұрын
best video I found about the subject
@TechnoTrax
@TechnoTrax 3 жыл бұрын
Thank you so much :)
@mohdramees09
@mohdramees09 2 жыл бұрын
The explanation was too good, better than others out there.
@slitheriotrollingman3101
@slitheriotrollingman3101 3 жыл бұрын
this video is so clear, many many thank u
@geniushomwetv9793
@geniushomwetv9793 Жыл бұрын
Straight forward thank you
@CarlLovesTopps
@CarlLovesTopps Жыл бұрын
Fantastic video. Really helped me conceptualize how Indexing works.
@spuckhafte
@spuckhafte Жыл бұрын
omg, it was so neat!
@makarsh29
@makarsh29 20 күн бұрын
amazing
@lorettashekleton5868
@lorettashekleton5868 Жыл бұрын
That was a perfect explanation - many thanks
@TechnoTrax
@TechnoTrax Жыл бұрын
Glad it was helpful!
@karthicknk2827
@karthicknk2827 2 жыл бұрын
Great, good explanation , can you explain for views, etc like this
@erensrtky
@erensrtky 2 жыл бұрын
Great explanation, but i didn't understand how mysql orders that list by byte value though.
@theodoregolob4191
@theodoregolob4191 2 жыл бұрын
Thanks for the explanation and video. I appreciate it very much!
@el_joker_2243
@el_joker_2243 7 ай бұрын
thanks alot
@Alexander-ns9yv
@Alexander-ns9yv 2 жыл бұрын
The best explanation of MySQL indexes.
@huboohubert5299
@huboohubert5299 Жыл бұрын
Thanks! :)
@smikkelbeer7890
@smikkelbeer7890 2 жыл бұрын
Thank you. Very good explanation.
@jessadelacruz2079
@jessadelacruz2079 3 жыл бұрын
So, we need to create indexes to all columns that will be using as filter or category, right?
@achmadjulian741
@achmadjulian741 2 жыл бұрын
Clear explanation, Thank you! 4:40
@anurajms
@anurajms Жыл бұрын
thank you
@heshamghoniem4604
@heshamghoniem4604 2 жыл бұрын
thanks for the great and simple explanation :)
@meocute6807
@meocute6807 3 жыл бұрын
Great video. Thank you so much
@ayushgairola5570
@ayushgairola5570 3 жыл бұрын
make a video on clustered and non clustered index too. awesome videos
@umeshdangi123
@umeshdangi123 2 жыл бұрын
thank you
@kirikcritic3769
@kirikcritic3769 3 жыл бұрын
Thanks for the effective example!
@theidanking
@theidanking Жыл бұрын
Great video, explained very good!
@ujwalakuramdasu9533
@ujwalakuramdasu9533 3 жыл бұрын
Sir, Crystal clear explanation.
@mislavcrnkovic2352
@mislavcrnkovic2352 2 жыл бұрын
Fantastic explanation! Please create more content
@kanipanama
@kanipanama 3 жыл бұрын
the best explanation. thanks :)
@nikhilchhabra4564
@nikhilchhabra4564 3 жыл бұрын
short and crisp.
@abd_el_ouahab3824
@abd_el_ouahab3824 3 жыл бұрын
thanks too much
@azizbekkhushvakov2407
@azizbekkhushvakov2407 2 жыл бұрын
Great video
@greenzone1127
@greenzone1127 3 жыл бұрын
Thanks alot
@narendrasingh-di8tl
@narendrasingh-di8tl 2 жыл бұрын
awesome
Watermelon magic box! #shorts by Leisi Crazy
00:20
Leisi Crazy
Рет қаралды 36 МЛН
OYUNCAK MİKROFON İLE TRAFİK LAMBASINI DEĞİŞTİRDİ 😱
00:17
Melih Taşçı
Рет қаралды 12 МЛН
Nastya and balloon challenge
00:23
Nastya
Рет қаралды 69 МЛН
pumpkins #shorts
00:39
Mr DegrEE
Рет қаралды 21 МЛН
SQL Indexes - Definition, Examples, and Tips
12:14
Database Star
Рет қаралды 78 М.
Creating a 100 gigabyte index on 1 billion+ rows
10:29
PlanetScale
Рет қаралды 5 М.
21. Database Indexing: How DBMS Indexing done to improve search query performance? Explained
1:23:52
Understanding B-Trees: The Data Structure Behind Modern Databases
12:39
Clustered vs. Nonclustered Index Structures in SQL Server
8:04
Voluntary DBA
Рет қаралды 656 М.
How do SQL Indexes Work
12:12
kudvenkat
Рет қаралды 621 М.
Are Multi-Column Indexes a good idea?
11:22
Supabase
Рет қаралды 3,6 М.
Roadmap for Learning SQL
4:52
ByteByteGo
Рет қаралды 408 М.
Watermelon magic box! #shorts by Leisi Crazy
00:20
Leisi Crazy
Рет қаралды 36 МЛН