Search Postgresql Archives

Re: Database Scalability

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Store a connection string for each tenant or the metadata to build one on demand.  Then each tenant is in its own schema on whatever database instance the connection string points at.  Then it doesn’t really matter how you spread your tenants across one database or many; just do whatever works best and adjust as needed.

~ Mike






[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux