Multiple Hierarchical Databases
I want to maintain a hierarchy such that i have a database of "Entities" and each entity has a separate database e.g. "Medical" and then each Medical entity has a separate database e.g. "Doctors".
I want to maintain this hierarchy so that i can have lesser load on my server to improve scalability.
How can i maintain such a hierarchy and what will be the fields.Can anyone give me some good suggestions.
Thankyou
|