Hisoka-X commented on code in PR #6443:
URL: https://github.com/apache/seatunnel/pull/6443#discussion_r1513739838
##########
docs/en/connector-v2/sink/Jdbc.md:
##########
@@ -197,6 +198,10 @@ When data_save_mode selects CUSTOM_PROCESSING, you should
fill in the CUSTOM_SQL
Enable upsert by primary_keys exist, If the task has no key duplicate data,
setting this parameter to `false` can speed up data import
+### use_copy_statement [boolean]
+
+Use `COPY ${table} FROM STDIN` statement to import data. Only drivers with
getCopyAPI () interface connections are supported.
Review Comment:
Could you list which driver supported this interface. I think user maybe not
clear this one.
--
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]