I have spend some time reading on this subject from different forums and understood to achieve multi-tenancy use partition strategy concept.
But still open questions like below,
1- Using gremlin query how can we connect two different partition strategies at the same, meaning query data from multiple tenants for cross tenanted business analysis case
2 - How do we rebuild only certain partition(one tenant) of graph without impacting other tenant operations
FYI,
My company deals with multiple tenants, writing one tenant data at time, but reading multiple tenants data based on user logged into system.