Jackie-Jiang commented on issue #9394: URL: https://github.com/apache/pinot/issues/9394#issuecomment-1247335510
I would model it into 2 steps: 1. Replicate a table 2. Re-partition the data if necessary The second step can be very expensive because it requires shuffle the data across segments, so we want to leverage minion to do that. -- 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]
