Hi,
Is there any difference in the read path if a row is inserted with 10 minute TTL and GC_GRACE as 1 hour when the row is inserted with same partition key and the same partition key row is updated in terms during compactions running where a row is in 1 sstable and before compaction same row is inserted in to another sstable?
Also when there is no clustering column will the data stored would be arranged by latest time stamp for same row before and during compaction?