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 "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2013/09/19 11:34:01 UTC

[jira] [Created] (OAK-1025) Keep value histories in NavigableMap

Marcel Reutegger created OAK-1025:
-------------------------------------

             Summary: Keep value histories in NavigableMap
                 Key: OAK-1025
                 URL: https://issues.apache.org/jira/browse/OAK-1025
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: core, mongomk
            Reporter: Marcel Reutegger
            Assignee: Marcel Reutegger


The revision/value maps are currently exposed as simple {{Map}}s only. This requires to look at all entries to find out, which one is the most recent valid value. The implementation should be changed to implement {{NavigableMap}} and preferably use {{Revision}} as key instead of the string representation. This avoids the rather frequent parsing and string formating of revisions.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira