Improve performance of simple path queries
------------------------------------------

                 Key: JCR-1872
                 URL: https://issues.apache.org/jira/browse/JCR-1872
             Project: Jackrabbit
          Issue Type: Improvement
          Components: jackrabbit-core
            Reporter: Marcel Reutegger
            Priority: Minor


Queries with simple path constraints can be quite slow because of the way they 
are implemented. The current implementation basically does a hierarchical join 
with the context nodes and the set of nodes with the name of the next location 
step. When the specified path is quite selective the implementation should   
rather resolve the path expression using the item state manager (similar to how 
regular paths are resolved in the JCR API).

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

Reply via email to