Description
Currently, queries of the form "x = 1 or y = 2" don't use an index, which is a performance problem.
There are multiple ways to solve the problem, one is to convert the query to a "union".
Attachments
Issue Links
- relates to
-
OAK-904 Query: support "union" and "union all"
- Closed