@cockroachdb

Want to learn more about the the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement? 

Meet CockroachDB and see how you can get started for free at https://cockroa.ch/3Q3SVOu

@drugofsweetness

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

@TakamuraOG

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!!!

@jeswer9

Someone that talks sense. Great info!

@chleba50

This video helped me a lot to understand SQL indexing as a beginner, thanks.

@MagicOfDark

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.

@electrolyteorb

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

@javiercarrion6843

Wow....Ok so I work  int he Oracle and SQL DB's a;; the time and yes moving big data and queries this gives more clarity on how to manage thisngs.

@Kim-uu8fc

Thanks, I learned something valuable from this.

@gregmaier5784

Beautifully explained, thank you!

@AnatolyLeonov

Thanks! This was a nice enlightening explanation!

@marktaft

Underrated video. Thank you.

@ManovTroV

You're amazing bro !

@Deltacasper

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?

@WhiteSiroi

thank you very much, very helpful

@shubhrajit2117

At 0:55 sqlite doesn't support this  😭😭

@Evangelos.Siozos1

Congrats. The video also helped me. THANKS !!!!!

@ExcelTutorials1

Very helpful, thank you!

@abhay6276

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

@hasanmougharbel8030

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.