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 2011/12/01 14:15:04 UTC

[Jackrabbit Wiki] Trivial Update of "Clustering the Microkernel" by MichaelDürig

Dear Wiki user,

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

The "Clustering the Microkernel" page has been changed by MichaelDürig:
http://wiki.apache.org/jackrabbit/Clustering%20the%20Microkernel?action=diff&rev1=1&rev2=2

  This page summarizes results from various online/offline and f2f discussions regarding clustering of the microkernel. It tries to fix some terms, sketches approaches which came up during the discussions and lists some of the open questions. 
+ 
+ <<TableOfContents>>
  
  === Introduction ===
  Clustering is the common term for partitioning and replicating data. Partitioning means splitting data up among different storage locations such that each data item exists at a single location only. Partitioning enhances throughput through load balancing. Replication means a data item is kept in multiple storage locations at the same time. Replication enhances reliability through redundancy.