You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/09/24 18:17:00 UTC

[jira] [Commented] (FLINK-7680) Add "Performance Tuning" section to docs

    [ https://issues.apache.org/jira/browse/FLINK-7680?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16178302#comment-16178302 ] 

ASF GitHub Bot commented on FLINK-7680:
---------------------------------------

Github user ggevay commented on a diff in the pull request:

    https://github.com/apache/flink/pull/3511#discussion_r140663596
  
    --- Diff: flink-core/src/main/java/org/apache/flink/api/common/ExecutionConfig.java ---
    @@ -127,6 +127,12 @@
     	private long autoWatermarkInterval = 0;
     
     	/**
    +	 * The flag determines whether a custom NormalizedKeySorter will be dynamically created
    +	 * for underlying data
    +	 */
    +	private boolean codeGenerationForSorterEnabled = false;
    --- End diff --
    
    36419beee7938768453d2335daa9d7c29af720c1
    
    I created a Jira for performance tweaking:
    https://issues.apache.org/jira/browse/FLINK-7680


> Add "Performance Tuning" section to docs
> ----------------------------------------
>
>                 Key: FLINK-7680
>                 URL: https://issues.apache.org/jira/browse/FLINK-7680
>             Project: Flink
>          Issue Type: Improvement
>          Components: Documentation
>            Reporter: Gabor Gevay
>            Priority: Minor
>             Fix For: 1.4.0
>
>
> We could have a separate section in the docs about performance tuning (maybe separately for batch and streaming jobs).
> It could include for example:
> - object reuse
> - serializer issues
> - semantic annotations
> - optimizer hints
> - sorter code generation (Flink-5734)
> See [~fhueske]'s suggestion here:
> https://github.com/apache/flink/pull/3511#discussion_r139917275



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)