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 2013/11/14 11:37:40 UTC

[Cassandra Wiki] Trivial Update of "DataModel" by jeremyhanna

Dear Wiki user,

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

The "DataModel" page has been changed by jeremyhanna:
https://wiki.apache.org/cassandra/DataModel?action=diff&rev1=35&rev2=36

  
  This allows pervasive denormalization to "pre-build" resultsets at update time, rather than doing expensive joins across the cluster.
  
- DataStax has a [[http://www.datastax.com/documentation/cql/3.0/webhelp/index.html#cql/ddl/ddl_anatomy_table_c.html|good introduction to data modeling in Cassandra here]].
+ !DataStax has a [[http://www.datastax.com/documentation/cql/3.0/webhelp/index.html#cql/ddl/ddl_anatomy_table_c.html|good introduction to data modeling in Cassandra here]].
  
  For more detail, see Patrick !McFadin's three-part series: