JNSimba opened a new issue #5959: URL: https://github.com/apache/incubator-doris/issues/5959
If the current flink connector needs real-time synchronization, sink.batch.size=1 must be set, but when this is set to a large amount of data, the streamload will drop into the library one by one, and the performance is extremely poor. So refer to the settings of flink-jdbc-connector, increase the time interval option of streamload, after the time has passed, the asynchronous thread will write the data to the doris #5934 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
