You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Gyula Fora (JIRA)" <ji...@apache.org> on 2015/06/29 11:08:05 UTC

[jira] [Closed] (FLINK-2281) Allow chaining of operators with multiple inputs

     [ https://issues.apache.org/jira/browse/FLINK-2281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gyula Fora closed FLINK-2281.
-----------------------------
    Resolution: Later

> Allow chaining of operators with multiple inputs
> ------------------------------------------------
>
>                 Key: FLINK-2281
>                 URL: https://issues.apache.org/jira/browse/FLINK-2281
>             Project: Flink
>          Issue Type: Improvement
>          Components: Streaming
>            Reporter: Gyula Fora
>            Assignee: Gyula Fora
>            Priority: Minor
>
> Currently only operators with one input can be chained for better performance. In principle there is no reason why this should not be extended to multiple input operators (where chaining is applicable, i.e forward connected), to allow maximal speedup.
> The concern usually arises that it might not be good to always chain everything in case of computation heavy operators. In these cases (if the job is otherwise viable) chaining only increases latency for some operations while the throughput is increased exploiting by increasing the parallelism to the freed resources.
> In any case chaining should still remain tunable on an operator level.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)