The multi-tenant tag has no wiki summary.
0
votes
1answer
122 views
Is this schema usable for multi-tenant clients?How to remove multi-cascade paths?
I am newbie to database design. I want to build multi-tenant application that will have the following schema for its data:
School(*schoolid*, schoolname, schooltype);
...
2
votes
2answers
107 views
Does MySQL 5.5 support shared database with separate schema?
I am developing a SaaS based product using MySQL 5.5 as the backend database. I want to keep shared database for all the tenants, but separate a database schema of each tenant. There would be a single ...
-1
votes
1answer
124 views
Multiple schema or multiple databases for better performance [closed]
I need to improve the performance of our enterprise .Net search application from the database point of view.
The app already has 4 schemas on SQL Server 2008.
2 schemas for front-end operations ...
3
votes
1answer
213 views
What is the best practice for physical deployment of data marts?
We are just starting to get into business intelligence at our company. We have some architects who are designing our data warehouse and also our data marts. They are using star schema for both ...