Re: XA transactions much slower on 14.2 than on 13.5 - Mailing list pgsql-performance

From Tom Lane
Subject Re: XA transactions much slower on 14.2 than on 13.5
Date
Msg-id 4007944.1646448265@sss.pgh.pa.us
Whole thread Raw
In response to XA transactions much slower on 14.2 than on 13.5  (Mladen Gogala <gogala.mladen@gmail.com>)
List pgsql-performance
Mladen Gogala <gogala.mladen@gmail.com> writes:
> My boss asked me to upgrade one of the development  databases from 13.5 
> --> 14.2. One thing that we've noticed right away is that XA 
> transactions (2-phase commit) are much slower on 14.2 than on 13.5. Were 
> there any significant changes to the XA protocol in the version 14? Did 
> anybody else encountered this problem?

There were a bunch of changes around the 2PC code to support logical
replication of 2PC transactions, but I don't think they should have
made for any particular performance difference in non-replicated
servers.  Can you put together a self-contained test case that
demonstrates what you're seeing?

            regards, tom lane



pgsql-performance by date:

Previous
From: Mladen Gogala
Date:
Subject: XA transactions much slower on 14.2 than on 13.5
Next
From: aditya desai
Date:
Subject: Re: Any way to speed up INSERT INTO