Just wanted to check if there is a recipe for brok...
# troubleshooting
n
Just wanted to check if there is a recipe for broker side pruning. More info in this thread:
m
What’s the latency and qps requirements for your use case? You can get very far (for qps/latency) before needing this. But if you do think you need it, please follow: • Partitioning: https://docs.pinot.apache.org/basics/getting-started/frequent-questions/ingestion-faq#how-do-i-enable-partitioning-in-pinot-when-using-kafka-stream (for realtime) • Replica-groups: https://docs.pinot.apache.org/operators/operating-pinot/instance-assignment#replica-group-instance-assignment
👀 1
n
Thanks @Mayank! We are currently setting-up both time based & partition based segment pruning for OFFLINE scenario. We have this already, do you recommend that we follow https://docs.pinot.apache.org/operators/operating-pinot/instance-assignment#partitioned-replica-group-instance-assignment instead to be more effective for our partition based segment pruning?