it is better to have one keyspace unless you need to replicate the keyspaces differently. The main reason for this is that changing keyspaces requires an RPC operation. Having 10 keyspaces would mean having 10 connection pools.
On Thu, Nov 8, 2012 at 4:59 PM, sankalp kohli <kohlisank...@gmail.com> wrote: > Is it better to have 10 Keyspaces with 10 CF in each keyspace. or 100 > keyspaces with 1 CF each. > I am talking in terms of memory footprint. > Also I would be interested to know how much better one is over other. > > Thanks, > Sankalp