You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: