Description
OAK-4681 is trying to convert "or" SQL-2 queries to union (if that's faster). However, the following nested case is not yet converted fully to a union (one "or" is converted, but the other one is not):
select * from [nt:unstructured] as [c] where isdescendantnode('/tmp') and ([a]=1 or [b]=2) and ([c]=3 or [d]=4)
Attachments
Attachments
Issue Links
- relates to
-
OAK-4681 Automatically convert *all* "or" queries to "union" for SQL-2
- Closed