[
https://issues.apache.org/jira/browse/FLINK-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14267889#comment-14267889
]
ASF GitHub Bot commented on FLINK-1285:
---------------------------------------
Github user aljoscha commented on the pull request:
https://github.com/apache/flink/pull/259#issuecomment-69055407
I also have performance numbers for our default WordCount and an optimised
version that uses our Value Types:
WordCount
No Reuse: 440 sec
Reuse: 400 sec
WordCount with Value Types
No Reuse: 460 sec
Reuse: 330 sec
> Make execution mode configurable
> --------------------------------
>
> Key: FLINK-1285
> URL: https://issues.apache.org/jira/browse/FLINK-1285
> Project: Flink
> Issue Type: Improvement
> Components: Local Runtime
> Reporter: Ufuk Celebi
> Assignee: Aljoscha Krettek
> Priority: Minor
>
> As discussed in a PR:
> https://github.com/apache/incubator-flink/pull/227#discussion_r20788430.
> The goal would be to make the execution mode configurable in order to easily
> configure closure cleaning, custom serializers, object reuse etc.
> Configuration could be done either via 1) setters or 2) a configuration
> object.
> I vote for 2).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)