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

[jira] [Created] (FLINK-19146) createMiniBatchTrigger() use OR ,table.exec.mini-batch.size and table.exec.mini-batch.allow-latency

badqiu created FLINK-19146:
------------------------------

             Summary: createMiniBatchTrigger() use OR ,table.exec.mini-batch.size and table.exec.mini-batch.allow-latency 
                 Key: FLINK-19146
                 URL: https://issues.apache.org/jira/browse/FLINK-19146
             Project: Flink
          Issue Type: New Feature
          Components: API / DataStream
    Affects Versions: 1.11.1
            Reporter: badqiu


Using *or* conditions, you can control the total data delay and improve computing performance.
Increase the batch size to very large, but the data delay is still within the set range.

 

 

table.exec.mini-batch.size is true

=>

(table.exec.mini-batch.size or table.exec.mini-batch.allow-latency) is true

 



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