You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Vivek Mishra <mi...@gmail.com> on 2013/09/27 19:21:39 UTC

Collection type column

Hi,
I understand that collection type column are supported via cql3 only. Can
anybody please share how actually such mutations happen?

I can see that actual column value is clubbed with column name in form of a
ColumnGroupMap(type Collection). But not able to identify how it works
internally within Cassandra?

Any thoughts?

-Vivek