Assuming there is one row which has 10 columns.
If I only update one column, before the merging/compaction, will the database create a new partition with only the updated column (containing the new value) in SSTable or it will create a new partition with all the 10 columns (the new column containing the new value)?