fdb-record-layer
fdb-record-layer copied to clipboard
introduce an rtree-based index
For a lot of queries it would be beneficial to utilize higher-dimensional indexing. An rtree-based index structure can provide a multidimensional span of values which would then allow us to quickly answer queries with multiple inequalities without a lot of discarded records.