m/DISCUSS-Introduce-SupportsParallelismReport-and-SupportsStatisticsReport-for-Hive-and-Filesystem-td43531.html
>
> On Sun, 20 Sep 2020 at 23:14, 刘大龙 wrote:
>
> >
> > +1
> >
> > > -原始邮件-
> > > 发件人: "Benchao Li"
> > > 发送时间
gt; +1
>
> > -原始邮件-
> > 发件人: "Benchao Li"
> > 发送时间: 2020-09-20 16:28:20 (星期日)
> > 收件人: dev
> > 抄送:
> > 主题: Re: [DISCUSS] Support source/sink parallelism config in Flink sql
> >
> > Hi admin,
> >
> > Thanks for bringing up
+1
> -原始邮件-
> 发件人: "Benchao Li"
> 发送时间: 2020-09-20 16:28:20 (星期日)
> 收件人: dev
> 抄送:
> 主题: Re: [DISCUSS] Support source/sink parallelism config in Flink sql
>
> Hi admin,
>
> Thanks for bringing up this discussion.
> IMHO, it's a valu
Hi admin,
Thanks for bringing up this discussion.
IMHO, it's a valuable feature. We also added this feature for our internal
SQL engine.
And our way is very similar to your proposal.
Regarding the implementation, there is one shorthand that we should modify
each connector
to support this property
Hi devs:
Currently,Flink sql does not support source/sink parallelism config.So,it will
result in wasting or lacking resources in some cases.
I think it is necessary to introduce configuration of source/sink parallelism
in sql.
From my side,i have the solution for this feature.Add parallelism con