Crate pancake_engine_common
source ·Modules
Structs
- A MemLog is a sorted dictionary (called Memtable), backed up by a write-ahead log file.
- An SSTable is an abstraction of a sorted dictionary. An SSTable has these components:
- A MemLog is a sorted dictionary (called Memtable), backed up by a write-ahead log file.
Enums
Entryis the API for the content of the DB.