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

xiaodao commented on FLINK-15389:
---------------------------------

ok, can you assign it to me?

> JDBCUpsertOutputFormat  no need to create schedule flush when  flushMaxSize = 
> 1
> -------------------------------------------------------------------------------
>
>                 Key: FLINK-15389
>                 URL: https://issues.apache.org/jira/browse/FLINK-15389
>             Project: Flink
>          Issue Type: Improvement
>          Components: Connectors / JDBC
>    Affects Versions: 1.9.1
>            Reporter: xiaodao
>            Priority: Minor
>
> when flushMaxSize set 1; then it will call fush  func every time;  it's no 
> need to create schedule to flush data.
> if (flushIntervalMills != 0)  it's better to modify with
> if (flushIntervalMills != 0 and flushMaxSize != 1)
>  



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

Reply via email to