Hello everyone,
Not new to DNN, but I want to develop a site that will have some complexities, and I want to architect it correctly.
I am developing a product. Lets assume that I could have 1 million users per region.
They will not all be logged into the system at the same time, but in certain months, we could see 20% login per week for 5 weeks.
I plan to have this hosted. The data is relatively small approximately 100GB + the DNN overhead
Questions.
1. How should I architect the data Should I have one instance of DNN and Data tables, or should I have a portal for each sub group (Assume 2000 user in each sub-group)?
a. Can DNN handle 1 million users in the user tables?
b. Should I create 1 portal for each sub-group? Would I use one login table and redirect to each portal. (Is this a feature of DNN8 or will I have to create a reference table)
I can combine all the data in one set of tables and use logic to keep the data separate, but I would prefer to have each sub-group have their own set of tables. Which seems like multiple portals.
I really want a seamless appearance. Single Sign-On with redirect to portal would be ideal. How is SSO accomplished in DNN? (I dont have ADAP or anything like that). These users will be registered through the normal add user process.
Looking forward to your ideas and information.
-Joe