Latest posts
Server, crates and docs
Some updates on the initial server implementation, crate reorganization and docs
Storage manager - the buffer
An overview of the implementation for the buffer manager, one of the three major services of the storage subsystems.
insertion in heap pages
Implementation of the insertion algorithm for unsorted heap pages
maintaining stable row identifiers during page maintenance
A rule that must be respected by the storage engine is to guarantee that internal page operations do not alter the slot numbers of existing rows
Paging the data
An overview of the concept of slotted pages in a storage engine along with details on how it was implemented