Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
6,260 results
Why a B-Tree Index Makes a Database Feel Fast · presenter opening.
0 views
4 days ago
Dry technical documentation of B-Tree node splitting mechanisms read in flat monotone. Boring database internals for deep sleep ...
1 day ago
Ever wondered how PostgreSQL or MySQL can find a single row among millions in just a few disk reads? The answer is the ...
77 views
7 days ago
This video is for explaining the B-Tree concept for Data Structures Students.
13 views
6 days ago
SQLite is the most widely deployed database on Earth, yet it runs with no server, no configuration, and no network - just a C library ...
17,509 views
Use this ID to play the level in the game! ▻ 143792348 BECOME A MEMBER! ▻ https://www.youtube.com/noogai89/join ...
3,743,114 views
When to reach for balanced trees — and when not to. The design tradeoffs, side by side. We compare balanced trees against the ...
2 days ago
Ever wondered what happens under the hood when a database stores your data and retrieves it later? * While developers rarely ...
37 views
5 days ago
tprc #perl #raku #techtalk #search #trees This talk starts with an explanation of binary search trees, and a brief demonstration of ...
32 views
14 hours ago
One line of SQL took a query from 4.2 seconds to 3 milliseconds. You already know the headline: an index makes lookups fast.
67 views
You added an index. Nothing changed. Same query, same 40-second crawl. The database saw your index — and chose to ignore ...
20 views
The Balanced Trees abstract data type: describing the structure by what it promises, not how it's built. We separate the interface ...
Before the how, the why: what problem balanced trees solve, and what it costs you to get them wrong. We start from a concrete ...
2 views
A tight recap of balanced trees: the mental model, the operations, and the costs — everything worth keeping. The essential ...
1 view
Practice with balanced trees: work the problems yourself, then check the worked solutions. Hands-on exercises to turn ...
Your database finds one row out of a million in milliseconds. This is the full mechanism behind that speed — B-trees, caching, and ...
9 views
Welcome to this lecture on Introduction to Trees, one of the most important non-linear data structures in Data Structures.
3 days ago
SOA Exam SRM - Statistics for Risk Modeling Bagging, Boosting, and Random Forests Timestamps ...
31 views
Operations — a focused lesson in the Balanced Trees series. A clear, visual explanation with a memory diagram and real C code.
5 views
3 views