Support for atomic transactions across postgres & duckdb #755
SebastienGllmt
started this conversation in
Ideas
Replies: 0 comments
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.
-
As mentioned in the docs, 2PC (two-phase commit) is not currently supported. Since two phased commit is a feature that has been talked about as something that may be added in the future (although difficult to implement), I wanted to create a discussion for this so that:
related terms: atomic, XA, prepare, commit, atomic, transaction, saga, coordinator, eventual consistency, ACID
Beta Was this translation helpful? Give feedback.
All reactions