Top "Multi-tenant" questions

A principle in software architecture where a single instance of the software runs on a server, serving multiple client organizations (tenants).

SaaS database design - Multiple Databases? Split?

I've seen SaaS applications hosted in many different ways. Is it a good idea to split features and modules across …

database-design architecture database-schema multi-tenant saas
cURL error 6: Could not resolve host: test.example.localhost (see http://curl.haxx.se/libcurl/c/libcurl-errors.html) in

I am trying to curl to my localhost laravel site. I am using XAMPP 7.1 When I try to reconnect this …

php curl multi-tenant guzzlehttp
Multi tenancy in Elastic Search

We are planning to introduce Elastic search(AWS) for our Multi tenancy application. We have below options, Using One Index …

elasticsearch multi-tenant amazon-elasticsearch
Multi-Tenancy with Spring + Hibernate: "SessionFactory configured for multi-tenancy, but no tenant identifier specified"

In a Spring 3 application, I'm trying to implement multi-tenancy via Hibernate 4's native MultiTenantConnectionProvider and CurrentTenantIdentifierResolver. I see that there …

java spring hibernate multi-tenant
Creating a multi-tenant application using PostgreSQL's schemas and Rails

Stuff I've already figured out I'm learning how to create a multi-tenant application in Rails that serves data from different …

ruby-on-rails postgresql schema multi-tenant
PostgreSQL's schemas for multi-tenant applications

I'm learning about multi-tenant applications and how PostgreSQL's schemas can be used for this. Researching the subject, I ended up …

performance postgresql database-design schema multi-tenant
Change the Database Connection Dynamically in Laravel

I have the master database with login table and corresponding database settings for each user. On login I should dynamically …

php mysql database laravel multi-tenant
Multi-tenant PHP SaaS - Separate DB's for each client, or group them?

You'll have to bear with me here for possibly getting some of the terminology slightly wrong as I wasn't even …

php mysql saas multi-tenant
Multi-tenant SQL Server databases and parameter sniffing

I have a multi-tenant database in SQL Server 2012 where each tenant's rows are identified by a tenant_id column (aka …

sql-server performance entity-framework multi-tenant parameter-sniffing
How to implement Multi-tenant User Login using ASP.NET Identity

I'm developing a Multi-tenant solution and I want to use the latest ASP.NET Identity framework specifically the Entity Framework …

multi-tenant entity-framework-6 asp.net-identity