-
|
I saw a recent comment to the affirmative, but I wanted to double check... I've done some basic experimentation with ducklake (ext version 3f1b372) and duckdb v1.4.4 as the catalog and inlining appears to work for inserts and deletes but not updates. Also when using MERGE INTO with INSERT that also does not seem to inline (at least according to the test codex said it ran :-) ). I'm 🤞 v1.0 and duckdb v1.5 is going fix everything 😄 . Thanks very much |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
|
Yes, the plan is for Ducklake V1.0 to fully support inline (i.e., insertions, deletions, and updates); it will also default to using inlining. |
Beta Was this translation helpful? Give feedback.
-
|
Awesome, thanks @pdet! Quick follow up, will the inline support include both DuckDB and Postgres catalogs? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @pdet, I can't say how excited I am for v1.0 - love what you guys are doing. Do you know whether V1.0 will support inlining of records that include a variant type/column in Postgres? Thanks |
Beta Was this translation helpful? Give feedback.
Yes, the plan is for Ducklake V1.0 to fully support inline (i.e., insertions, deletions, and updates); it will also default to using inlining.