In-memory persistence
---------------------

                 Key: OAK-7
                 URL: https://issues.apache.org/jira/browse/OAK-7
             Project: Jackrabbit Oak
          Issue Type: New Feature
            Reporter: Jukka Zitting
             Fix For: 0.1


There should be a way to run an Oak repository that requires zero disk access. 
Currently that's not possible since the o.a.j.mk.Repository class always 
creates the homeDir, even if you switch the DefaultRevisionStore to use 
InMemPersistence.

Having such a fully in-memory repository makes it easier (and faster) to run 
test cases for which the actual persistence mechanism is irrelevant.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to