[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["很难理解","hardToUnderstand","thumb-down"],["信息或示例代码不正确","incorrectInformationOrSampleCode","thumb-down"],["没有我需要的信息/示例","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2025-04-03。"],[[["The Dataflow service's Dynamic Work Rebalancing feature automatically redistributes work among workers based on runtime conditions such as work imbalances or varying processing times."],["Dynamic work rebalancing is limited to parallel data processing stages, like reading from external sources or working with materialized `PCollection`s, and is restricted by the number of elements or shards in those stages."],["If you have custom data sources, dynamic work rebalancing requires implementing specific methods in your data source, such as `splitAtFraction` in Java or `try_split` and `position_at_fraction` in Python, in order to function correctly."],["Dynamic work rebalancing cannot further divide and redistribute a single record that is processing slower than the rest, potentially causing delays."],["Setting a fixed number of shards for your pipeline's output limits the parallelization that Dataflow can perform, thereby impacting the effectiveness of dynamic work rebalancing."]]],[]]