What strategies are commonly used for multi-tenant...
# general
b
What strategies are commonly used for multi-tenant tables in pinot? Partitioning segments by tenant and using Partitioned Replica-Group Segment Assignment seems like a good strategy to avoid excessive fan out. How do you avoid hot spotting in this scenario? Is Pinot smart enough to balance the number of segments when assigning partitions to groups?
m
Do you need tenant isolation (specifically row level access)?
b
Caught up with Mayank offline, but I think row level access would be a great addition to Pinot. I noticed there's an open github issue for it. Any idea if that will be added in the near future?