Description
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.