Module mini_lsm_mvcc::block

source ·

Structs§

  • A block is the smallest unit of read and caching in LSM tree. It is a collection of sorted key-value pairs.
  • Builds a block.
  • Iterates on a block.