noob-se7en commented on PR #14811: URL: https://github.com/apache/pinot/pull/14811#issuecomment-2625412070
> How are we going to come up with a good value for batch size param? hmmmm... IMO It should be ```<= _serverConfig.getProperty(MAX_PARALLEL_SEGMENT_BUILDS) * num_of_server_instances``` . To begin with we can start with this. More accurate might be ~```min(_numPartitions, _serverConfig.getProperty(MAX_PARALLEL_SEGMENT_BUILDS) * (num_of_server_instances - RF)``` -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org