Build a database from the ground up

Опубликовано: 24 Февраль 2026
на канале: Cloud Lunch and Learn
2,237
32

In this talk, Oren Eini is going to inspect all the different pieces that make for an industrial-grade database engine, from the way the data is laid out on disk to how the database is ensuring that transactions are durable. We'll explore algorithms such as B+Tree, write-ahead logs, discuss concurrency strategies and how different features of the database work together to achieve the end goals.