question, if we have to scale pinot servers horizo...
# getting-started
l
question, if we have to scale pinot servers horizontally (where data is stored) do we rebalance the data the segments within that server host? how does that work?
k
Add nodes and invoke the rebalance api.. Pinot will take care of rebalancing the segments
🙌 1
l
thank you very much!