You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Fangliang Liu (Jira)" <ji...@apache.org> on 2021/06/07 06:03:00 UTC

[jira] [Created] (FLINK-22896) Flink sql supports parallelism at the operator level

Fangliang Liu created FLINK-22896:
-------------------------------------

             Summary: Flink sql supports parallelism at the operator level
                 Key: FLINK-22896
                 URL: https://issues.apache.org/jira/browse/FLINK-22896
             Project: Flink
          Issue Type: New Feature
          Components: Table SQL / Runtime
            Reporter: Fangliang Liu


Now DataStream API supports setting parallelism for operators through setParallelism(),

But Table API&SQL can only use global parallelism. 

We should let the Table API&SQL also have the ability to set the appropriate degree of parallelism for each operator on the generated execution graph.

CC [~becket_qin],[~jark],Looking forward to your reply, Thanks.



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