← Back to Labs
B Tree Index Walk
Trace a lookup from root to leaf, then see how page splits keep the tree balanced under writes.
Step 1 / 4The root page narrows the search range
The database does not inspect every row. It first checks a small root page that points toward the correct key range.
Current operation: customer_id = 48291
Arrow keys to navigate · R to reset
Tap dots to jump to any step