I have a schema :
id, target , value
with id=primary key, target=cluster key
Now, I wish to update some values in target depending on id. Is this possible?<