kfaraz commented on PR #14642: URL: https://github.com/apache/druid/pull/14642#issuecomment-1647153065
This makes sense, @jasonk000 . - The batch size need not be configurable and can probably even be a little higher. - You can try to benchmark and determine the optimal batch size during your testing. - Also, instead of having a task action return type of void, we can return the number of segments actually deleted. This becomes more important now since we are breaking up the transaction. -- 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]
