confluentinc / kafka-connect-jdbc

Kafka Connect connector for JDBC-compatible databases
Other
1.01k stars 953 forks source link

Add an ability to use COPY with PostgreSQL sink #1365

Open cheshire-mouse opened 8 months ago

cheshire-mouse commented 8 months ago

Could you please add an ability to use COPY command for uploading data into PostgreSQL databases (as a separate insert.mode, for example). It could increase a thoughput for heavy steams and release some unnecessary load from DB.