Тёмный

Database Indexing for Dumb Developers 

Laith Academy
Подписаться 72 тыс.
Просмотров 33 тыс.
50% 1

This video explains what happens under the hood when indexing a database and explains why it can lead to performance benefits.

Опубликовано:

 

11 апр 2021

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 42   
@futhedude4848
@futhedude4848 9 месяцев назад
recap: 7:08 full table scan 12:26 binary search 13:56 we shouldn't add index at everything
@FreeTheFresh
@FreeTheFresh Год назад
This is far and away the best indexing video I have watched. Every other one barely goes into how indexing works under the hood, or use analogies that don't really make sense. Keep up the awesome content!
@Garentei
@Garentei 10 месяцев назад
It’s not that accurate though. He used binary search instead of a B tree (though he did briefly mention it) but I think that misguides the viewer into thinking that’s also what is happening. It also fails to explain the importance of avoiding reading from disk (the whole point of using B trees over AVL or red black trees for example).
@brianfan715
@brianfan715 17 часов назад
BEST Indexing explanation video on RU-vid
@stratboy2
@stratboy2 4 месяца назад
Finalyy a tut that really explains what indexes are... The only one till now. Than you!
@williamse.barreras.2325
@williamse.barreras.2325 Год назад
Study it tooo long ago, recently my boss put me on the spot with ‘what is an index in db’ haha. Now I know, thanks mate. Good video
@hiteshsuthar1097
@hiteshsuthar1097 2 года назад
Now i understand this system design term... Please make more videos on cool stuffs like this.
@satyajeetsahu5270
@satyajeetsahu5270 2 месяца назад
This video explained indexing so simply that I can't forget it ever!!!
@javohir307
@javohir307 2 года назад
great tutorial bro, keep it up, good luck to your channel !!
@hank91918
@hank91918 3 года назад
whoa! fantastic lesson! More content please!
@futhedude4848
@futhedude4848 9 месяцев назад
Great explaination, can you do B-tree and Hash in DB Indexing?
@MONTI2710
@MONTI2710 5 месяцев назад
Hands down the best tutorial on index❤
@sarahharb6773
@sarahharb6773 3 года назад
Super informational! Thank you.
@lukechopper22
@lukechopper22 2 года назад
Very good tutorial. Thank you.
@user-fd3yr5eo4g
@user-fd3yr5eo4g 5 месяцев назад
Very well explained. Thanks for that
@seriouslyiknowhowtoread
@seriouslyiknowhowtoread 3 месяца назад
Hands down best video
@sakshichadha9410
@sakshichadha9410 8 месяцев назад
best video so far
@_indrid_cold_
@_indrid_cold_ 6 дней назад
Fantastic. Thank you very much.
@AndrewKlem
@AndrewKlem Месяц назад
This was so helpful. Thank you!
@hiteshsuthar1097
@hiteshsuthar1097 2 года назад
Now i understand this system design term... Please make more videos on cool stuffs like this. also Tsm
@rokibulhasan2005
@rokibulhasan2005 Месяц назад
Quality lecture. Thanks...
@victorhaynes508
@victorhaynes508 2 месяца назад
Wow you made this easy. Great video
@dawid_dahl
@dawid_dahl 2 года назад
Awesome, thank you.
@stefankyriacou7151
@stefankyriacou7151 6 месяцев назад
This was a solid explanation
@gadgetboyplaysmc
@gadgetboyplaysmc Месяц назад
More on the performance hit of indices on WRITES. How does it work? Does it: A. Insert the new row in the TABLE (O(1)). Find where the index should be placed (O(logn)), insert it there (O(1)). Or does it: B. Insert the new row in the TABLE (O(1)). Query the whole TABLE again (constant). Sort it again (O(idk)). Save it in the index (O(1)). --- I'm guessing A, but I'm not even sure if that's possible lol. I guess the "finding where the index should be placed" would be the slow part and most likely it would be equivalent as doing the same SELECT query for that column as well? Since you mentioned that SELECT is O(logn): Essentially writes would be O(logn). Would that be, correct?
@tymo3391
@tymo3391 2 года назад
great tutorial!
@shivamtodwal9117
@shivamtodwal9117 10 месяцев назад
Best video on Indexing
@babayaga6871
@babayaga6871 24 дня назад
Thank you !
@user-yj9vu2sd1b
@user-yj9vu2sd1b 3 месяца назад
Amazing!!!😍
@eudaimonia2120
@eudaimonia2120 3 дня назад
Excellent🥳
@vodapramod
@vodapramod 2 года назад
Laith, Please do a course on Database Please. Please. PLEASE
@hamed9327
@hamed9327 10 месяцев назад
thank you so much
@als5321
@als5321 3 года назад
can you do something like this for mongoDB?
@tpa3437
@tpa3437 2 месяца назад
Is this somehow how it works in Windows when it indexes files for file search?
@tamaratayler
@tamaratayler 27 дней назад
You explained the unexplainable, that calls for the glock glock 3000
@mohammedg485
@mohammedg485 2 года назад
i was watching happily till i read the title
@SB-ew4ve
@SB-ew4ve Год назад
But you don’t have to call me dumb though this is already enough 😞
@manmeetkaur7130
@manmeetkaur7130 Месяц назад
If i understand by this video, am i dumb ?
@zdravkobeykov
@zdravkobeykov 2 года назад
I don't usually subscribe, but ...
@mannixd752
@mannixd752 5 дней назад
DUMP? Well,....
@overtonwindows
@overtonwindows 5 дней назад
As a dumb developer I must say I didnt understand.
@0sliter0
@0sliter0 Месяц назад
I hate that you couldn't cut a wait from the animation...
Далее
How do indexes make databases read faster?
23:25
Просмотров 44 тыс.
Learn Database Normalization - 1NF, 2NF, 3NF, 4NF, 5NF
28:34
😨Новая Война в GTA 5 Online #shorts
00:40
How To Choose The Right Database?
6:58
Просмотров 268 тыс.
SQL Indexes - Definition, Examples, and Tips
12:14
Просмотров 64 тыс.
Database Indexing Explained (with PostgreSQL)
18:19
Просмотров 284 тыс.
Faster than a regular database index
13:39
Просмотров 19 тыс.
How do SQL Indexes Work
12:12
Просмотров 553 тыс.
SQL Index |¦| Indexes in SQL |¦| Database Index
9:57
What is DATABASE SHARDING?
8:56
Просмотров 889 тыс.
ACID Properties in Databases With Examples
4:57
Просмотров 70 тыс.