This is an indexing question. If I have a structure like RowKey => { Col => val }
is Col indexed (assuming I will have a lot of columns)? On the other hand, if I have a structure like RowKey => CF => { col => val } which components are indexed in addition to RowKey? Thanks, Steve