Hello,
Me and my team get indulged in developing web based help desk tool.For that we have analyzed so many product for feature identification. Still a doubt is unsolved .
My doubt
-----------
if a company 'A' subscribe a help desk tool for 10 users for 1 year and other company
'B' subscribe the same help desk for 10 users for 1 year. In this scenario how the Product development company designed its database to serve.
Our thought
--------------
We tried to handle separate schema for every company (Group of users) .In the above scenario our plan is to handle two schema one for company 'A' and other for company 'B'. We tried this using hibernate, still we can't achieve the result.
Request
----------
What is the feasible way to handle database in such scenario.In the online market so many products are web based .Actually how they are having their database.
Me and my team get indulged in developing web based help desk tool.For that we have analyzed so many product for feature identification. Still a doubt is unsolved .
My doubt
-----------
if a company 'A' subscribe a help desk tool for 10 users for 1 year and other company
'B' subscribe the same help desk for 10 users for 1 year. In this scenario how the Product development company designed its database to serve.
Our thought
--------------
We tried to handle separate schema for every company (Group of users) .In the above scenario our plan is to handle two schema one for company 'A' and other for company 'B'. We tried this using hibernate, still we can't achieve the result.
Request
----------
What is the feasible way to handle database in such scenario.In the online market so many products are web based .Actually how they are having their database.
Comment