You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Raihan Jamal <ja...@gmail.com> on 2013/09/20 23:10:34 UTC

Composite Values in Cassandra Column Family?

Can we have a composite values in each columns in Cassandra Column Family?

    user-id   column1-name
    123      (Column1-Value  Column1-SchemaName  Column1-LastModifiedDate)

userId is the rowKey here. And same thing will be for other columns as well.

Each column value will contain below three things always-
     ByteType for Column-Value

    UTF8Type for Column-SchemaName

    DateType for LastModifiedDate


If yes, can anyone help me in designing the column family for this? I will
be using Astyanax client to insert into above column family.