> Thanks! Then does it mean that before compaction if read call comes for that > key sort is done at the read time since column b, c and a are in different > ssTables.
Essentially yes; a merge-sort happens (since they are sorted locally in each sstable). -- / Peter Schuller (@scode on twitter)