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 2019/04/09 10:37:12 UTC

[jira] [Updated] (OAK-7390) QueryResult.getSize() can be slow for many "or" or "union" conditions

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

Davide Giannella updated OAK-7390:
----------------------------------
    Fix Version/s: 1.14.0

> QueryResult.getSize() can be slow for many "or" or "union" conditions
> ---------------------------------------------------------------------
>
>                 Key: OAK-7390
>                 URL: https://issues.apache.org/jira/browse/OAK-7390
>             Project: Jackrabbit Oak
>          Issue Type: Improvement
>          Components: query
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>            Priority: Major
>             Fix For: 1.12.0, 1.14.0
>
>
> For queries with many union conditions, the "fast" getSize method can actually be slower than iterating over the result. 
> The reason is, the number of index calls grows exponential with regards to number of subqueries: (3x + x^2) / 2, where x is the number of subqueries. For this to have a measurable affect, the number of subqueries needs to be large (more than 100), and the index needs to be slow.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)