Hi,

I have a use case, where I periodically need to apply updates to a wide row 
that should replace the whole row.

The straight-forward insert/update only replace values that are present in the 
executed statement, keeping remaining data around.

Is there a smooth way to do a replace with C* or do I have to handle this by 
the application (e.g. doing delete and then write or coming up with a more 
clever data model)?

Jan

Reply via email to