There are 2 users (user1 and user2)
Each one has their own dashboards and can only see their own data & dashboard and cannot see the others. (I.e. user1 is to user1 only, etc.)
Would using multi-tenancy and separate index work for this context? and how scalable would this method be?
Since I would be adding in multiple users in the future and have their own data associated with these users only.
Also, for more context:
Doing this on Azure and possibly adding in SSO in the mix as well.