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 "Jukka Zitting (JIRA)" <ji...@apache.org> on 2014/03/18 18:15:43 UTC

[jira] [Created] (OAK-1565) Optimize repository upgrade by loading bundles where possible

Jukka Zitting created OAK-1565:
----------------------------------

             Summary: Optimize repository upgrade by loading bundles where possible
                 Key: OAK-1565
                 URL: https://issues.apache.org/jira/browse/OAK-1565
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: upgrade
            Reporter: Jukka Zitting
            Assignee: Jukka Zitting


The repository upgrade code uses the normal {{PersistenceManager}} interface for loading existing Jackrabbit 2.x content, which causes some performance drag as each property needs to be separately loaded, even when those loads are almost always served from the bundle cache.

A more efficient approach would be to directly load bundles when the underlying persistence manager supports that.



--
This message was sent by Atlassian JIRA
(v6.2#6252)