: Inserts with a dynamic datamodel using Datastax java driver
Hello Varsha
Your best bet is to go with blob type by serializing all data into bytes.
Another alternative is to use text and serialize to JSON.
For the dynamic columns, use clustering columns in CQL3 with blob/text type
Regards
Hello Varsha
Your best bet is to go with blob type by serializing all data into bytes.
Another alternative is to use text and serialize to JSON.
For the dynamic columns, use clustering columns in CQL3 with blob/text type
Regards
Duy Hai DOAN
On Wed, Apr 2, 2014 at 11:21 AM, Raveendran, Va
Hello,
I am building a write client in java to insert records into Cassandra 2.0.5.
I am using the Datastax java driver.
Problem : The datamodel is dynamic. By dynamic, I mean that the number of
columns and the datatype of columns will be given as an input by the user. It
has only 1 keyspa