MongrelDB core — a log-structured columnar store with sub-ms writes, learned indexes over a shared row-id space, page-level native encryption, an MVCC-tagged content-addressed cache, and an AI-native access layer.
The crate owns the WAL + memtable + Bε-tree write path, sorted-run container formats, MVCC snapshots, page cache, encryption, compaction, and indexes.