Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid Arrow IPC in the hanlding of data loading #315

Open
VWagen1989 opened this issue Dec 25, 2024 · 0 comments
Open

Avoid Arrow IPC in the hanlding of data loading #315

VWagen1989 opened this issue Dec 25, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@VWagen1989
Copy link
Contributor

VWagen1989 commented Dec 25, 2024

Previously, we've replace the approach of using Arrow IPC by registering Arrow data stream to transmit data to DuckDB in this PR #247. But this PR just applied to the procedure of persisting data replicated from OLTP databases.

We should move this modification further to cover the handling of the data persistence for data importing via Arrow which is triggered by the PostgreSQL command COPY to achieve faster processing and safer memory management.

@VWagen1989 VWagen1989 added the enhancement New feature or request label Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant