Module mz_persist::indexed

source ·
Expand description

A persistent, compacting, indexed data structure of (Key, Value, Time, i64) updates.

Modules§

  • A columnar representation of ((Key, Val), Time, i64) data suitable for in-memory reads and persistent storage.
  • Data structures stored in Blobs and Logs in serialized form.