We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78d10fa commit 95d4c5fCopy full SHA for 95d4c5f
docs/features/sharding/2pc.md
@@ -7,6 +7,10 @@ Two-phase commit takes advantage of [prepared transactions](https://www.postgres
7
8
This feature is also known as **2pc** or **2-phase** transactions.
9
10
+<center style="margin-top: 2rem;">
11
+ <img src="/images/2pc.png" width="98%" alt="Cross-shard queries" />
12
+</center>
13
+
14
## How it works
15
16
When two-phase commit is enabled, PgDog keeps track of all write transactions in its built-in transaction manager.
docs/images/2pc.png
81.6 KB
0 commit comments