Questions tagged [multi-tenant]

A database architecture where multiple tenants share a single database or server. Also known as multi-client.

A database architecture where multiple tenants share a single database or server. A tenant is a group of users who share a common access with specific privileges to the database and may be classified as groups of users or a customer. In most cases, each tenant is completely unaware that they are not the only tenant of the system.

104 questions
1
vote
1 answer

How to build the database for subdomain multisite?

I'm building a kind of "multi site application" based on wildcard subdomain. And every site will of course have the same files but also the same database structure. But it's not necessary for each and other to share tables. They will never use each…
Peter Westerlund
  • 123
  • 1
  • 1
  • 7
0
votes
1 answer

Any DBMS with table structures and data defined separately?

I'm working on an application which is being used in multi-tenant mode, and have created a MySQL database instance, where each tenant has its own schema. The problem I'm facing is, because the application is constantly changing, due to addition…
ArM
  • 101