CQL will have UPDATE future, I am trying to understand how this could work.
Every write is an append to SSTable, UPDATE would need to change data, but only if it exists, and this is problematic, since we have distributed system. Is UPDATE special kind of insert, which changes given data only if it already exists? Will be UPDATE resolved first during read operation (SSTable merge)? Thanks, Maciej