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 2009/03/26 09:44:15 UTC

[Jackrabbit Wiki] Update of "DataStore" 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/DataStore

------------------------------------------------------------------------------
   * Space saving: only one copy per unique object it kept
   * Fast copy: only the identifier is copied
   * Storing and reading does not block others
+  * Multiple repositories can use the same data store
   * Objects in the data store are immutable
   * Garbage collection is used to purge unused objects
   * Hot backup is supported
+  * Clustering: all cluster nodes use the same data store
  
  == Requirements ==