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