If 3 rows in a column family need to be read together 'always', is it preferable to just merge them in 1 row using composite col names(instead of keeping in 3 rows) ? Does this improve read performance, anyway ?
- Merging 3 rows that are mostly read together from CF into ... Asil Klin
- Re: Merging 3 rows that are mostly read together from... Edward Capriolo