-
We need to implement each request for deployment on target cluster as one unit of work - with a unique identifier like transaction id/installation id.
That way, In case replica-installer failing to…
-
It would be nice to have something like this on the Cookbook section
-
It would be great if asyncpg supported two-phase commit
1. https://www.postgresql.org/docs/current/static/sql-prepare-transaction.html
1. http://initd.org/psycopg/docs/usage.html#two-phase-commit-…
-
When leadership is lost while applying a WalFrames command with commit=1, the Methods object has no way to tell if the log entry actually got committed or not. We should investigate implementing an ad…
-
Moved from: https://github.com/vapor/fluent/issues/232
#Feature
Does fluet support multi-database commits via two phase commits in Postgres?
-
## Description
If we have timeout during the prepare phase on a tarantool instance,
then the next update processes of config will fail with "Two phase commit is locked".
## Repro
**create cartri…
-
Comments for https://www.endpointdev.com/blog/2006/05/postgresql-supports-two-phase-commit/
By Jeff Boes
To enter a comment:
1. Log in to GitHub
2. Leave a comment on this issue.
-
Comments for https://www.endpointdev.com/blog/2010/07/distributed-transactions-and-two-phase/
By Josh Tolley
To enter a comment:
1. Log in to GitHub
2. Leave a comment on this issue.
-
### Is there an existing issue for performance?
- [X] I have checked the existing issues.
### Environment
```Markdown
- Version or commit-id (e.g. v0.1.0 or 8b23a93):
- Hardware parameters:
- OS …
-
I am already using transactions for inserts against one database. But I would like to do cross-database transactions with `PREPARE TRANSACTION`, see https://www.postgresql.org/docs/current/static/sql-…