[
https://issues.apache.org/jira/browse/BEAM-10164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kenneth Knowles updated BEAM-10164:
-----------------------------------
Status: Open (was: Triage Needed)
> Flink: Memory efficient combine implementation for batch runner
> ---------------------------------------------------------------
>
> Key: BEAM-10164
> URL: https://issues.apache.org/jira/browse/BEAM-10164
> Project: Beam
> Issue Type: Bug
> Components: runner-flink
> Reporter: David Morávek
> Assignee: David Morávek
> Priority: P2
>
> 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.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)