Fork me on GitHub
#xtdb
<
2022-02-19
>
match3715:02:06

a general question, does triple clause (E A V) make better use of index than clauses use functions such as contains? etc.

jarohen17:02:31

Yes - functions like contains? cannot use the indices at all

👍 1
Martynas Maciulevičius19:02:35

What about functions like >?

Martynas Maciulevičius19:02:20

> What about functions like  >? Do you do buckets or some other type of organization to make this work? Or maybe the indexes are sorted? (because I know that they were reimplemented for XTDB)

jarohen07:02:07

@U028ART884X that's correct, we have sorted indices, so <, <=, =, >= and > can use those

👍 1