Hi Fassela, In future please post these kind of questions on the infinsipan forum so that other can benefit from them as well ;)
On Nov 28, 2013, at 10:08 AM, Faseela K <[email protected]> wrote: > Hello, > > Is there any limitation on the number of infinispan caches that can be > created, in a clustered environment? I know users that created thousands, I'm not aware of an upper bound but creating a cache certainly brings it cost. > > Also, is there any performance difference between the below two cases : > > Case 1 : Constructing a cache with 10000 entries > Case 2 : Splitting the above cache into 100 caches of 100 > entries. > > Entry count is same in both the cases, but will there be any significant > performance overhead in creating 100 caches? creating the cache has it's cost, but once it is created, the performance should be pretty much the same. > > Thanks, > Faseela > > _______________________________________________ > infinispan-dev mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/infinispan-dev Cheers, -- Mircea Markus Infinispan lead (www.infinispan.org) _______________________________________________ infinispan-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/infinispan-dev
