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

Reply via email to