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/10/27 17:26:29 UTC

[Jackrabbit Wiki] Update of "Clustering" by ThomasMueller

Dear Wiki user,

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

The "Clustering" page has been changed by ThomasMueller.
http://wiki.apache.org/jackrabbit/Clustering?action=diff&rev1=16&rev2=17

--------------------------------------------------

  </PersistenceManager>
  }}}
  
- Since the file system BLOB store uses a repository local directory and is not transactional, one should set the parameter '''externalBLOBs''' to ''false'' in order to store BLOBs in the database as well.
+ The data store should be used to store large binaries (all cluster nodes need to access the same data store). When not using the data store, one need to set the parameter '''externalBLOBs''' to ''false'' so that large binaries are stored in the persistence manager. The file system blob store does not support clustering, because it uses a local directory.