duckdb / duckdb/duckdb-postgres
how to speed up write data to greenplum
Open
- Dominant language
- C++
- Stars
- 372
- Forks
- 105
- Avg merge
- 10h 19m
- Merged PRs (30d)
- 18
Description
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?

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.