You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2007/03/21 11:44:32 UTC

[jira] Created: (JCR-803) Improve performance of DescendantSelfAxisQuery

Improve performance of DescendantSelfAxisQuery
----------------------------------------------

                 Key: JCR-803
                 URL: https://issues.apache.org/jira/browse/JCR-803
             Project: Jackrabbit
          Issue Type: Improvement
          Components: query
            Reporter: Marcel Reutegger
            Priority: Minor
             Fix For: 1.3


Instead of calculating the full result of the sub query, the DescendantSelfAxisQuery should make use of the skipTo() method on the sub scorer.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (JCR-803) Improve performance of DescendantSelfAxisQuery

Posted by "Marcel Reutegger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-803?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Reutegger resolved JCR-803.
----------------------------------

    Resolution: Fixed

Fixed in revision: 520832

> Improve performance of DescendantSelfAxisQuery
> ----------------------------------------------
>
>                 Key: JCR-803
>                 URL: https://issues.apache.org/jira/browse/JCR-803
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: query
>            Reporter: Marcel Reutegger
>            Priority: Minor
>             Fix For: 1.3
>
>
> Instead of calculating the full result of the sub query, the DescendantSelfAxisQuery should make use of the skipTo() method on the sub scorer.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.