Which is best approach performance wise for below scenario?
Summary:
We need to create 70 separate viewpoints for 70 users as per our requirement where a user should have access to only one viewpoint. He is not allowed to view other user's data / viewpoint. So which is the best approach performance wise?
- To create 70 viewpoints in a single maintenance view
- To create 70 views where 1 view will contain 1 viewpoint for a user
- To create 7 views containing 10 viewpoints
Is there any performance difference involved (loading time etc) related to views and viewpoints?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):