Re: [hibernate-dev] Does hibernate multi-tenancy lead to reduced heap usage

2015-10-02 Thread Steve Ebersole
That's the idea. The alternative is to create multiple SessionFactory instances, one per-tenant. So in theory the heap should be reduced. On Sun, Sep 27, 2015 at 12:30 AM amit shah wrote: > Including the dev mailing group to get a few suggestions on my question. > > Thanks! > > On Wed, Sep 23,

Re: [hibernate-dev] Does hibernate multi-tenancy lead to reduced heap usage

2015-10-02 Thread Steve Ebersole
That is the idea... On Sun, Sep 27, 2015 at 12:30 AM amit shah wrote: > Including the dev mailing group to get a few suggestions on my question. > > Thanks! > > On Wed, Sep 23, 2015 at 4:54 PM, amit shah wrote: > > > We are planning to integrate hibernate 4 multi-tenancy feature into our > > a

Re: [hibernate-dev] Does hibernate multi-tenancy lead to reduced heap usage

2015-09-26 Thread amit shah
Including the dev mailing group to get a few suggestions on my question. Thanks! On Wed, Sep 23, 2015 at 4:54 PM, amit shah wrote: > We are planning to integrate hibernate 4 multi-tenancy feature into our > application. With this feature I assume we would have only one session > factory instanc