Re: [DISCUSS FLINKSQL PARALLELISM]

2023-04-24 Thread Jing Ge
> obtained by printing log. > > > > ---Original--- > From: "liu ron" Date: Tue, Apr 18, 2023 09:37 AM > To: "dev" Subject: Re: [DISCUSS FLINKSQL PARALLELISM] > > > Hi, Green > > Thanks for driving this discussion, in batch mode we have the

Re: [DISCUSS FLINKSQL PARALLELISM]

2023-04-18 Thread Yun Tang
ion?pageId=240883951 Best Yun Tang From: GREEN <1286649...@qq.com.INVALID> Sent: Tuesday, April 18, 2023 17:21 To: dev Subject: Re: [DISCUSS FLINKSQL PARALLELISM] During the process of generating streamgraph,I can modify the edge partitioner by configuring

Re: [DISCUSS FLINKSQL PARALLELISM]

2023-04-17 Thread yuxia
9 liu" 收件人: "dev" 发送时间: 星期二, 2023年 4 月 18日 上午 9:37:05 主题: Re: [DISCUSS FLINKSQL PARALLELISM] Hi, Green Thanks for driving this discussion, in batch mode we have the Adaptive Batch Scheduler which automatically derives operator parallelism based on data volume at runtime, so we don&

Re: [DISCUSS FLINKSQL PARALLELISM]

2023-04-17 Thread liu ron
Hi, Green Thanks for driving this discussion, in batch mode we have the Adaptive Batch Scheduler which automatically derives operator parallelism based on data volume at runtime, so we don't need to care about the parallelism. However, in stream mode, currently, Flink SQL can only set the parallel