You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Davide Giannella (JIRA)" <ji...@apache.org> on 2015/08/21 14:14:02 UTC

[jira] [Closed] (OAK-2023) Optimal index usage for XPath queries with "order by" combined with "or"

     [ https://issues.apache.org/jira/browse/OAK-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Davide Giannella closed OAK-2023.
---------------------------------

Bulk close for 1.3.4

> Optimal index usage for XPath queries with "order by" combined with "or"
> ------------------------------------------------------------------------
>
>                 Key: OAK-2023
>                 URL: https://issues.apache.org/jira/browse/OAK-2023
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: query
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>              Labels: performance
>             Fix For: 1.3.4
>
>
> XPath queries with "or" are converted to union, even if there is an "order by" clause. In such cases, sorting is done in memory. See also OAK-2022.
> For some queries, it might be better to not use union, but use an ordered index instead. This is tricky to decide up-front, but it would be possible to estimate the cost of both variants and pick the one that seems better.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)