[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["難以理解","hardToUnderstand","thumb-down"],["資訊或程式碼範例有誤","incorrectInformationOrSampleCode","thumb-down"],["缺少我需要的資訊/範例","missingTheInformationSamplesINeed","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-07-11 (世界標準時間)。"],[[["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."]]],[]]