2024-06-05
Introduction
Welcome to the B-Tree tutorial.
A B-Tree tutorial series implementing an ABI-compatible BerkeleyDB clone.
I’ll return to this series at some point, but it’s on temporary hold while I type out other posts. The likely future posts in this series are:
Range Reads
Page Cache
Modifying Existing Pages
Splitting
Merging
WAL Format
Replaying WAL
Writing a WAL
And then transaction management needs to go somewhere.