Re: Multi tenancy : schema vs databases

From: Rakesh Kumar <rakeshkumar464(at)outlook(dot)com>
To: Melvin Davidson <melvin6925(at)gmail(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Multi tenancy : schema vs databases
Date: 2016-10-02 00:26:14
Message-ID: DM2PR05MB6225133262C408E5CE5D0FE8CC30@DM2PR05MB622.namprd05.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


>do you run a separate instance of the app for each tenant, or is there one app that identifies the
>tenant and handles them accordingly ?

Each tenant will have different app server. there will be persistent connection for each tenant.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Julien Rouhaud 2016-10-02 11:12:24 Re: Query generator
Previous Message Melvin Davidson 2016-10-01 23:21:47 Re: Multi tenancy : schema vs databases