Transaction Management in Ducklake #375
akash-goel
started this conversation in
General
Replies: 1 comment
-
Does something like this work @akash-goel ? https://ducklake.select/docs/stable/duckdb/usage/time_travel |
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 Team,
We need to implement transaction management for our current project. Specifically, we are executing five update queries, and it is crucial that if any one of these queries fails, we can roll back to the previous state. Currently, when we run the update queries, multiple snapshots are being created for each change and we are not able to rollback in case of failure.
Could you please assist us with implementing transaction management? If possible, sharing sample code demonstrating how to manage transactions in DuckDB would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions