This message was deleted.
# general
s
This message was deleted.
d
We have a partial answer to that. For very important customers, we give them a dedicated historical replication tier and simply deploy special historical StatefulSet just for them. But our broker tiers are still shared. Which is fine for now… Broker is not the bottleneck.
s
Hi Siva, seems like you are referring to three separate functions: • datasource level security - where you use access control to restrict usage of data sources by user/role • datasource resource usage isolation (this is what Didip refers to) segregate datasources by historical tier so it is dedicated to a tenant that has access to that data source) • efficient data filtering on a single data source that has data for multiple tenants where you use secondary partitioning (CLUSTERED BY in SQL based ingestion) to only access segments that are relevant to the tenant at query time.
s
Thanks Didip and Sergio for response and giving me clarity.