-
Couldn't load subscription status.
- Fork 141
ducklake integration #830
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
base: main
Are you sure you want to change the base?
ducklake integration #830
Conversation
|
Will this have local iceberg table and/or columnar storage support? |
The integration introduces columnar storage support to pg_duckdb (ps. it is not Iceberg tables). However, the upstream DuckLake plans to support migrating existing Iceberg tables to DuckLake (duckdb/ducklake#36). |
|
Hi @YuweiXiao! Interesting patch, to make this bit more usable, could data_path be configurable(=now hardcoded to /tmp/ducklake) |
Yeah sure. Plan to have a guc to control the path and persist it into table metadata during table creation. |
|
@YuweiXiao Are you still actively working on this patch? |
Sorry, no. Given that DuckLake is currently in active development, so gonna wait till a stable release of it. In the meantime, would like to get more feedback on both the features and how it is implemented. |
Thank you so much for taking the time to reply. 能建立个联系吗? 先加个邮箱(126邮箱 mymike_cn )再加微信 |
This PR is a proof of concept for integrating
ducklakeintopg_duckdb, namedpg_ducklake.A new table AM called
ducklakeis introduced and supports create/insert/query ducklake tables directly through Postgres.Some TODOs: