Skip to content

Indexed <= and >= expressions for MDB

Implementation of <= and >= indexing for int32 and int64 fields in MDB backed LDB databases. Adds iterate_range to LDB API and uses it for indexing. A new field, index_format_fn, is added to LDB's core schema syntax structure thus requiring a new version of LDB. Lots of testing is included.

This makes a new LDB major version as we have to change public (but thankfully rarely used) structure definitions.

Edited by Garming Sam

Merge request reports