|
|
|
|
|
by lobster_johnson
4073 days ago
|
|
Did you read the article? It's not about PostgreSQL in a distributed setup: > Even though the Postgres server is always consistent, the distributed system composed of the server and client together may not be consistent. It’s possible for the client and server to disagree about whether or not a transaction took place. |
|
If you want to avoid that kind of problem, use 2PC.
Do you (or the author) see this as a bug, or just something that might surprise people who haven't thought through the guarantees?