Re: Prepared Transactions

2017-12-11 Thread jwhiting
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

Re: Prepared Transactions

2017-12-11 Thread Sergei Kornilov
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

Prepared Transactions

2017-12-10 Thread Riaan Stander
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