datahike
datahike copied to clipboard
Support efficient predicates on ordered values
Datahike should treat Datalog order predicates such as <
, <=
, >
and >=
specially by efficiently doing a range scan starting with a jump to the first element satisfying the predicate.
I think I did try doing this but the results were disappointing