seatunnel icon indicating copy to clipboard operation
seatunnel copied to clipboard

[Feature][connector-jdbc] Support PostgreSQL based databases to use Copy statements to accelerate data writing.

Open mosence opened this issue 1 year ago • 0 comments

Search before asking

  • [X] I had searched in the feature and found no similar feature requirement.

Description

PostgreSQL can support the COPY table1 from STDIN method for fast data writing, and its secondary development database also has good support.

Usage Scenario

I hope the tool can support this method of data synchronization without requiring higher accuracy in data synchronization.

Related issues

No response

Are you willing to submit a PR?

  • [ ] Yes I am willing to submit a PR!

Code of Conduct

mosence avatar Feb 22 '24 08:02 mosence