pabloem commented on pull request #16863: URL: https://github.com/apache/beam/pull/16863#issuecomment-1076800139
I've run an experiment where the work distribution is not even, and dynamic partitioning helps achieve faster runtime and even work distribution. The current implementation, with some work items being significantly longer than others (runtime ~2h):  The implementation that I propose (runtime ~1h):  Pending is to check effects on the database, but I'd like to start reviewing the code while we 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]
