1 Reply Latest reply on Mar 30, 2012 4:54 PM by sannegrinovero

    Innfinispan- Multi tenancy

    chavarao

      Hi,

      How Multi tenancy works  in infinispan? Is there any example I look at it?

       

      We have multi tenant application and I need to use caching.  Do I need to create cache for each customer  on the server and client

      will look up each cache based on customer? We have lot of tables need to cache . It will be harder for adding new customer that way  because we

      have to copy all cache names for new customer?

       

       

      Thanks

        • 1. Re: Innfinispan- Multi tenancy
          sannegrinovero

          Hi Nag,

          there is no support for multitenancy in Infinispan because it is very easy to implement in your application layer. Just use keys which have a tenant id as well, in addition to properties you would use in a single-tenant system.