Details
-
Bug
-
Status: Resolved
-
P2
-
Resolution: Fixed
-
None
-
None
Description
Current Combine implementation assumes that all input values for a single key (on both map and reduce side) fit in memory as it needs to sort them by window before combining.
We can easily optimize this for non-merging windows by pre-grouping elements by (K, W) tuples.
Attachments
Issue Links
- is related to
-
BEAM-8848 Flink: Memory efficient GBK implementation for batch runner
- Resolved
- links to