lsm-tree-0.1.0.0: Log-structured merge-trees
Safe HaskellSafe-Inferred
LanguageGHC2021

Database.LSMTree.Internal.WriteBuffer

Description

The in-memory LSM level 0.

Synopsis

Documentation

rangeLookups :: WriteBuffer -> Range SerialisedKey -> [(SerialisedKey, Entry SerialisedValue BlobSpan)] Source #

We return Entry instead of either QueryResult, so we can properly combine lookup results.

Note: Deletes are not filtered out.