You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2010/07/15 06:04:07 UTC

[Cassandra Wiki] Trivial Update of "CassandraLimitations" by JonathanEllis

Dear Wiki user,

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

The "CassandraLimitations" page has been changed by JonathanEllis.
http://wiki.apache.org/cassandra/CassandraLimitations?action=diff&rev1=12&rev2=13

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

  = Limitations =
- == Inherent in the design ==
  
  == Stuff that isn't likely to change ==
   * All data for a single row must fit (on disk) on a single machine in the cluster. Because row keys alone are used to determine the nodes responsible for replicating their data, the amount of data associated with a single key has this upper bound.