Dear Wiki user,

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

The "Operations" page has been changed by JonathanEllis.
The comment on this change is: link LSU.
http://wiki.apache.org/cassandra/Operations?action=diff&rev1=40&rev2=41

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

  
  == Tuning ==
  See PerformanceTuning
+ 
+ == Schema management ==
+ 
+ See LiveSchemaUpdates [refers to functionality in 0.7]
  
  == Ring management ==
  Each Cassandra server [node] is assigned a unique Token that determines what 
keys it is the primary replica for.  If you sort all nodes' Tokens, the Range 
of keys each is responsible for is (!PreviousToken, !MyToken], that is, from 
the previous token (exclusive) to the node's token (inclusive).  The machine 
with the lowest Token gets both all keys less than that token, and all keys 
greater than the largest Token; this is called a "wrapping Range."

Reply via email to