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

how to speed up write data to greenplum #203

Open
wonb168 opened this issue Apr 2, 2024 · 1 comment
Open

how to speed up write data to greenplum #203

wonb168 opened this issue Apr 2, 2024 · 1 comment

Comments

@wonb168
Copy link

wonb168 commented Apr 2, 2024

I use duckdb to query greenplum, and after a series of calculations, I write the results back to greenplum. However, the write-back speed is very slow. Is there any way to speed it up? In addition, Greenplum tables require the setting of distribution keys, column storage, and compression. How can this be achieved using postgres_scanner?

image

@sibarras
Copy link

sibarras commented Sep 9, 2024

Facing the same issue. Load times can go up to 4 minutes for a small table with 3 columns and 3 rows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants