Module sst::pruning_cursor

source ·
Expand description

The primary point of the pruning cursor is to turn an in-memory skip-list into something that looks like a consistent cut of the data. Consequently, there nees to be more logic than just working on a static sst. Other cursors will assume a pruning cursor gets applied beneath them to create a cursor over an immutable data set.

Structs§

  • A PruningCursor returns the latest value less than or equal to a timestmap.