2017-12-11 at 11:14 +0300, Sergei Kornilov wrote:
> Hello!
>
> You need prepared transactions only if you need two-phase commit to
> provide distributed atomic transaction on multiple different
> databases.
> If you not need distributed transactions - you not needed prepare
Hello!
You need prepared transactions only if you need two-phase commit to provide
distributed atomic transaction on multiple different databases.
If you not need distributed transactions - you not needed prepared transactions
at all.
But if you need distributed transactions - here is no more
Hi All
Can anybody tell me if there is any performance concern around the use of
Prepared Transactions in Postgres. I need to decide whether to enable an
external transaction manager in our application, but I'm concerned about
the performance impact this could have.
Regards
Riaan Stander