You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by Apache Wiki <wi...@apache.org> on 2008/08/23 00:58:00 UTC

[Jackrabbit Wiki] Update of "PersistenceManagerFAQ" by ThomasMueller

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jackrabbit Wiki" for change notification.

The following page has been changed by ThomasMueller:
http://wiki.apache.org/jackrabbit/PersistenceManagerFAQ

The comment on the change is:
in-memory pm and file system

------------------------------------------------------------------------------
   * [http://jackrabbit.apache.org/api/1.4/org/apache/jackrabbit/core/persistence/bundle/BundleFsPersistenceManager.html BundleFsPersistenceManager]
  
  === In-Memory PM ===
+  * All data is lost as soon as the repository is closed
   * org.apache.jackrabbit.core.persistence.mem.In``Mem``Persistence``Manager
   * Status: mature
   * For testing and small (read-only) workspaces 
@@ -112, +113 @@

   * Status: mature
   * Slow on window boxes
  
+ === MemoryFileSystem: ===
+  * All data is lost as soon as the repository is closed
+  * Status: mature
+  * For testing and small (read-only) workspaces 
+  * Keeps all content in memory
+  * Very fast
+ 
  === DbFileSystem: ===
   * Status: mature
   * Atomic