I want to store snapshots of an object in Apache Cassandra 1.2
Row key is the Object#ID and there will be a column for each snapshot.
-------- latest -------- v2 -------- v1
id-122 100 -------- 50 -------- 66
--------
So column names are created dynamically at runtime.
How to create the previous table in Cassandra 1.2 using CQL3?