You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jingsong Lee (Jira)" <ji...@apache.org> on 2020/07/07 02:43:00 UTC

[jira] [Commented] (FLINK-16903) Add sink.parallelism for file system factory

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

Jingsong Lee commented on FLINK-16903:
--------------------------------------

Hi, I have created FLINK-18508 to further discussion.

> Add sink.parallelism for file system factory
> --------------------------------------------
>
>                 Key: FLINK-16903
>                 URL: https://issues.apache.org/jira/browse/FLINK-16903
>             Project: Flink
>          Issue Type: Sub-task
>          Components: Table SQL / Runtime
>            Reporter: Jingsong Lee
>            Priority: Major
>
> A single task may be writing multiple files at the same time. If the parallelism is too high, it may lead to a large number of small files. If the parallelism is too small, the performance is not enough. This requires that the user can specify parallelism.
>  * Default is the same as upstream transformation
>  * Users can specify parallelism too.
> |‘connector.sink.parallelism’ = ...|



--
This message was sent by Atlassian Jira
(v8.3.4#803005)