Let's say I've initialized a *SSTableSimpleWriter* instance and a new
column with TTL set :

*SSTableSimpleWriter writer = new SSTableSimpleWriter( ... /* params here
*/);*
*Column column;*

What is the difference between calling *writer.addColumn()* on the column's
name and value, and *writer.addExpiringColumn()* on the column and its TTL
? Does the former result in the column expiring still , in cassandra 1.2.x
? Or does it not ?

Reply via email to