[
https://issues.apache.org/jira/browse/JCR-1884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcel Reutegger resolved JCR-1884.
-----------------------------------
Resolution: Fixed
Fix Version/s: 1.6.0
Optimized initialization of parents cache. The time dropped from 40 minutes to
90 seconds for the above mentioned index. Initialization is now done in a
background thread, which means the startup of the repository is not delayed
anymore.
Fixed in revision: 721495
> CachingIndexReader.initializeParents() does not scale well with large indexes
> -----------------------------------------------------------------------------
>
> Key: JCR-1884
> URL: https://issues.apache.org/jira/browse/JCR-1884
> Project: Jackrabbit
> Issue Type: Improvement
> Components: jackrabbit-core
> Reporter: Marcel Reutegger
> Priority: Minor
> Fix For: 1.6.0
>
>
> On a 40+ GB index that I'm testing with, the time to initialize the parents
> cache is 40 minutes.
> This is way to much, needs optimization and should be done in a background
> thread.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.