dailai commented on code in PR #7732:
URL: https://github.com/apache/seatunnel/pull/7732#discussion_r1774242943


##########
docs/en/connector-v2/sink/Doris.md:
##########
@@ -51,6 +51,12 @@ The internal implementation of Doris sink connector is 
cached and imported by st
 | custom_sql                     | String  | no       | -                      
      | When data_save_mode selects CUSTOM_PROCESSING, you should fill in the 
CUSTOM_SQL parameter. This parameter usually fills in a SQL that can be 
executed. SQL will be executed before synchronization tasks.                    
                                                         |
 | doris.config                   | map     | yes      | -                      
      | This option is used to support operations such as `insert`, `delete`, 
and `update` when automatically generate sql,and supported formats.             
                                                                                
                                                 |
 
+### Note
+Appropriately increasing the value of `sink.buffer-size` and 
`doris.batch.size` can increase the write performance. <br>
+In stream mode, if the `doris.batch.size` and `checkpoint interval` are both 
configured with a large value, The last data to arrive may have a large 
delay(The delay time is the checkpoint interval). <br>

Review Comment:
   Done



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to