johighley commented on issue #7138: URL: https://github.com/apache/incubator-pinot/issues/7138#issuecomment-876556994
Mayank created this request after our Slack conversation, so to expand the use case: We have a lot of clients (tenants) and require data separation. Each client will have the same set of tables (ex: customer, account). We need the ability for each tenant to have the same set of tables without requiring unique table names. Some way to indicate the tenant for operations would be needed: select * from TenentA.accounts; for example It would also be helpful if brokers and servers could host multiple tenants. Otherwise, the number of brokers and servers needed (with redundancy) grows very quickly. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
