yupeng9 commented on pull request #6530:
URL: https://github.com/apache/incubator-pinot/pull/6530#issuecomment-772743670


   > @siddharthteotia if we have 5 tables on different tenant, all of them need 
to join with the same dimension table. If we always colocate them using the 
same tenant, we need to have 5 copies of the dimension table stored in the deep 
store. If we use a separate tenant for the dimension table, we only need to 
store one copy. Each server can be configured with multiple tenants, so that 
both the fact table and dimension table are still colocated.
   > This is out of the scope of this PR, just how to manage the cluster.
   
   Agreed that it's outside the scope of this PR. But for better cluster 
management, I suggest we make 5 copies (though can be soft copies) for better 
isolation. In particular, I suggest we consider using `tenant.table` to resolve 
a table in the future, so that we can support tables with the same name in 
different namespaces (i.e. tenants).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to