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 2013/11/08 12:33:18 UTC

[jira] [Created] (OAK-1156) Improve the document cache invalidation logic to selectivly ivalidate doc

Chetan Mehrotra created OAK-1156:
------------------------------------

             Summary: Improve the document cache invalidation logic to selectivly ivalidate doc
                 Key: OAK-1156
                 URL: https://issues.apache.org/jira/browse/OAK-1156
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: mongomk
            Reporter: Chetan Mehrotra
            Assignee: Chetan Mehrotra


Currently the Background Read operation invalidates the complete cache in {{MongoNodeStore}} upon detecting external change. Instead of that it should check for which cached documents are stale and only invalidate them. 

It can make use of {{_lastRev}} to check if nodes within a subtree have changed or not.



--
This message was sent by Atlassian JIRA
(v6.1#6144)