Dear Wiki user, You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.
The following page has been changed by Chris Goffinet: http://wiki.apache.org/cassandra/DataModelAndOperations ------------------------------------------------------------------------------ This page is an alternate attempt at capturing the Cassandra data model and its operations. The descriptions below show the original Thrift API (as of 0.3) as well as a simplified notation borrowed from the [http://www.brightyellowcow.com/blog/Evaluating-the-API-of-Cassandra-BigTable-.html Bright Yellow Cow blog entry], i.e. using [ ] to mean 'list of' and ( , ) for tuple construction. - - Note that a Cassandra cluster currently only supports a single table, so the tablename found in each Thrift operation can effectively be ignored and is omitted from the pseudo notation. == Simple Column families ==
