ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

14,090,877 results

Spanning Tree
Understanding B-Trees: The Data Structure Behind Modern Databases

B-trees are a popular data structure for storing large amounts of data, frequently seen in databases and file systems. But how do ...

12:39
Understanding B-Trees: The Data Structure Behind Modern Databases

937,237 views

1 year ago

Michael Sambol
B-trees in 4 minutes — Intro

Introduction to B-trees. Code: https://github.com/msambol/dsa/blob/master/trees/b_tree.py Source: Introduction To Algorithms, ...

3:57
B-trees in 4 minutes — Intro

189,020 views

3 years ago

Abdul Bari
10.2  B Trees and B+ Trees. How they are useful in Databases

This video explains B Trees and B+ Trees and how they are used in databases. Insertion, Deletion and Analysis will be covered in ...

39:41
10.2 B Trees and B+ Trees. How they are useful in Databases

1,491,836 views

7 years ago

Ivan talks about computers
B-Tree Indexes

In this video, I'd like to take a look at B-tree indexes and show how knowing them can help design better database tables and ...

4:33
B-Tree Indexes

149,341 views

8 years ago

Baa Code Education
B+ Tree Explained | Search, Insertion & Deletion

In this video, we'll break down one of the most important data structures in databases and file systems — the B+ Tree. You'll learn ...

7:12
B+ Tree Explained | Search, Insertion & Deletion

12,082 views

4 months ago

Strange Loop Conference
"Modern B-Tree techniques" by Dmitrii Dolgov (Strange Loop 2022)

B-Trees are probably the most important access structures in databases and file systems, and everyone knows basic ideas about ...

37:42
"Modern B-Tree techniques" by Dmitrii Dolgov (Strange Loop 2022)

21,982 views

3 years ago

ByteByteGo
8 Key Data Structures That Power Modern Databases

Weekly system design newsletter: https://bit.ly/3tfAlYD Checkout our bestselling System Design Interview books: Volume 1: ...

4:34
8 Key Data Structures That Power Modern Databases

234,304 views

2 years ago

Fullstack Academy
B-Tree Tutorial - An Introduction to B-Trees

Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com In this tutorial, Joshua ...

12:20
B-Tree Tutorial - An Introduction to B-Trees

335,173 views

9 years ago

MIT OpenCourseWare
R2. 2-3 Trees and B-Trees

MIT 6.046J Design and Analysis of Algorithms, Spring 2015 View the complete course: http://ocw.mit.edu/6-046JS15 Instructor: ...

30:45
R2. 2-3 Trees and B-Trees

238,942 views

9 years ago

Jordan has no life
How do B-Tree Indexes work? | Systems Design Interview: 0 to 1 with Google Software Engineer

You throw your data in B-Trees, I throw my data in B-holes, we are not the same. Sorry about the poor explanation of node splitting ...

9:12
How do B-Tree Indexes work? | Systems Design Interview: 0 to 1 with Google Software Engineer

47,529 views

2 years ago

Samuel Albanie
B-trees: Samuel's tutorial

Samuel's tutorial on B-trees (memory hierarchy, disk accesses, search, insertion and deletion). Timestamps: 00:00 - B-Trees: ...

33:14
B-trees: Samuel's tutorial

6,074 views

3 years ago

Hello Interview - SWE Interview Preparation
DB Indexing in System Design Interviews - B-tree, Geospatial, Inverted Index, and more!

Learn about database indexing, including why they're essential, when to use them, and a few different types of indexes that are ...

14:16
DB Indexing in System Design Interviews - B-tree, Geospatial, Inverted Index, and more!

152,280 views

10 months ago

CMU Database Group
#08 - B+Trees: The Best Data Structure in the World (CMU Intro to Database Systems)

Andy Pavlo (https://www.cs.cmu.edu/~pavlo/) Slides: https://15445.courses.cs.cmu.edu/fall2025/slides/08-indexes1.pdf Notes: ...

1:24:43
#08 - B+Trees: The Best Data Structure in the World (CMU Intro to Database Systems)

4,298 views

3 months ago

Geekific
B-Trees Made Simple | Introduction to B-Trees | B-Tree Operations | Geekific

Discord Community: https://discord.gg/dK6cB24ATp GitHub Repository: https://github.com/geekific-official/ Our trees journey ...

12:25
B-Trees Made Simple | Introduction to B-Trees | B-Tree Operations | Geekific

86,832 views

4 years ago

ByteByteGo
The Secret Sauce Behind NoSQL: LSM Tree

Subscribe to our weekly system design newsletter: https://bit.ly/3tfAlYD Checkout our bestselling System Design Interview books: ...

7:35
The Secret Sauce Behind NoSQL: LSM Tree

246,376 views

3 years ago

Hussein Nasser
B-tree vs B+ tree in Database Systems

In this episode of the backend engineering show I'll discuss the difference between b-tree and b+tree why they were invented, ...

31:50
B-tree vs B+ tree in Database Systems

61,999 views

4 years ago

Michael Sambol
B-trees in 6 minutes — Insertions

Step by step instructions for inserting a key into a B-tree. Code: https://github.com/msambol/dsa/blob/master/trees/b_tree.py ...

6:36
B-trees in 6 minutes — Insertions

76,565 views

3 years ago

Douglas Fisher
B+ Tree Basics 1

This lecture introduces B+ tress, and is a topic of a course in database design and database management systems.

3:54
B+ Tree Basics 1

456,174 views

12 years ago