[
https://issues.apache.org/jira/browse/JCR-1337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561448#action_12561448
]
Ard Schrijvers commented on JCR-1337:
-------------------------------------
When per-document payloads and unique doc ids are implemented in lucene, we
might be able to optimize the hierarchical cache, because we might base it on
uid instead of the current doc id (based on uid, we might keep the hierarchical
cache intact for ever, even after segment merges and pre-warming / caching will
be trivial)
See dev list lucene mail about the subject:
http://mail-archives.apache.org/mod_mbox/lucene-java-dev/200801.mbox/[EMAIL
PROTECTED]
> Optimize first execution queries for DescendantSelfAxisWeight/ChildAxisQuery
> ----------------------------------------------------------------------------
>
> Key: JCR-1337
> URL: https://issues.apache.org/jira/browse/JCR-1337
> Project: Jackrabbit
> Issue Type: Improvement
> Components: query
> Affects Versions: 1.4
> Reporter: Ard Schrijvers
> Fix For: 2.0
>
>
> The first execution of a query involving
> DescendantSelfAxisWeight/ChildAxisQuery is slow. Consecutive queries are
> faster because the hierarchy is cached
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.