I know Composite columns are used for some very useful scenarios(like to replace super columns) which cannot be helped with anything else. But, for situations when you just need to pack many things in a single column efficiently and such that the retrievals are also performant, which one should be used ?
(I need to store the serialized data as column value.)