Massively Speed-Up SQL Queries with Indexes

preview_player
Показать описание
In this video, we learn how to massively speed-up SQL database queries using indexes and how to measure the improvement with Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

Mathematically speaking indexes reduce searches by a logarithmic factor. Logs grow very slowly especially for large numbers. For example, the log base 10 of million is 6.

brucerosner
Автор

Your videos help a lot during project implementation💫

Lucan_
Автор

Wow! in one video you teach how to use a data generator, how to use a database, create a cursor, an index and how to measure time, !
Only a question, how many indexes can be supported by a database until the access time collapsed?
Thank you!

higiniofuentes
Автор

NeuralNilce channel never misses! awesome content!

tony
Автор

But what if a new record was added after indexing?
Would it combine the search results from the index and the remaining data or just skip non-indexed stuff ?

MrKleiner
Автор

Appreciate your tutorial! Immediately actionable advice for a work project 🎉

Please post a github gist or link to a repo for your demo code. Didn't find this video in vidstream or youtube-tutorials

MMYSLF
Автор

Hi! Very cool video. Make a video in the same format about Mongodb and Rust. Please.

yuttijon
Автор

I need your assistance on something
Is there a discord channel we could discuss more there?

oladelejoseph