Learning Apache Cassandra(Second Edition)
上QQ阅读APP看书,第一时间看更新

Collections

Cassandra provides three major collection data types to bundle up multiple objects into a single column without having to declare multiple keys for each of the objects. Here are the three types:

  • List: A non-unique ordered collection of one or more elements
  • Set: A unique collection of one or more elements
  • Map: A collection of key value pairs