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 "Chetan Mehrotra (JIRA)" <ji...@apache.org> on 2016/12/16 05:11:58 UTC

[jira] [Created] (OAK-5324) Enable property index reindexing via oak-run

Chetan Mehrotra created OAK-5324:
------------------------------------

             Summary: Enable property index reindexing via oak-run
                 Key: OAK-5324
                 URL: https://issues.apache.org/jira/browse/OAK-5324
             Project: Jackrabbit Oak
          Issue Type: New Feature
          Components: run
            Reporter: Chetan Mehrotra
             Fix For: 1.8


Currently introducing a new property index or performing a reindex of existing property index is problamatic on DocumentNodeStore. This happens because doing this results in either 

# Persisted branch - Which is slow at times and has issues related to conflict handling
# Large in memory branch which increases heap pressure

To enable this use case we should add some tooling in oak-run where we can use different approach for achieving the same. 





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)