You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by GitBox <gi...@apache.org> on 2022/09/05 15:51:42 UTC

[GitHub] [jackrabbit-oak] nfsantos opened a new pull request, #689: OAK-9899 - Optimize in(x, y, z) constraints to use the terms ES query instead of a union of range queries

nfsantos opened a new pull request, #689:
URL: https://github.com/apache/jackrabbit-oak/pull/689

   Change the way that the `in()` property restriction in SQL2 is mapped to an Elastic query: instead of using a union of range queries, one for each value in the set, use the terms query of Elastic.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [jackrabbit-oak] fabriziofortino merged pull request #689: OAK-9899 - Optimize in(x, y, z) constraints to use the terms ES query instead of a union of range queries

Posted by GitBox <gi...@apache.org>.
fabriziofortino merged PR #689:
URL: https://github.com/apache/jackrabbit-oak/pull/689


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org