for example my data consists of "salary", "office stationery list",
let's say I do use the same replicationStrategy for them, these 2 data sets have different key ranges, key distributions, then is it better to use separate keyspaces for each of them? or use a single one? the factors I can think of: separate: have to call set_keyspace() if your calls switch between datasets potential to change to different replication factor in the future any thoughts? Thanks a lot Yang