apache/seatunnel

[Feature][connector-file] Add PostgreSQL COPY Command Support to JDBC Source for Enhanced Data Extraction Performance

Open

#10.406 geöffnet am 28. Jan. 2026

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Java (1.432 Forks)batch import
help wanted

Repository-Metriken

Stars
 (6.897 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 13T 21h) (143 gemergte PRs in 30 T)

Beschreibung

Search before asking

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

Description

The current JDBC Source connector cannot use PostgreSQL's native COPY command for data extraction, forcing users to rely on slower standard SELECT queries when reading large datasets. This results in unnecessarily long extraction times and inefficient resource usage during data synchronization from PostgreSQL.

Usage Scenario

Enable high-speed data extraction from PostgreSQL databases in SeaTunnel ETL/ELT jobs.

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Contributor Guide