|
|
|
|
|
by lima
26 days ago
|
|
This. It's easy to forget that Postgres is fundamentally a single-node database without distributed transactions. It won't pass the Jepsen test suite with multiple nodes. DBOS, Temporal and friends inherit this limitation. Something like Restate actually implements distributed transactions. |
|