GDPR Time Travel #410
Unanswered
alastairherd
asked this question in
Q&A
Replies: 3 comments
-
You can use functions Related: #276 |
Beta Was this translation helpful? Give feedback.
0 replies
-
In Delta Lake, VACUUM clears old snapshot files after a retention period, helping with GDPR compliance. In DuckLake/DuckDB, a DELETE only removes current rows—history isn’t instantly cleared. You’d need a table rewrite or compaction. Think of it like Australia City Guide: clearing old plans so only the fresh journey remains. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
Quick question:
In Delta Lake Vacuum is used to clear up historical metadata files for previous snapshots (when a GDPR removal request is made). How does that behaviour work in DuckLake? Does the delete just instantly clear up the historical snapshots? Or is there another way to solve this?
Beta Was this translation helpful? Give feedback.
All reactions