Re: XA transactions much slower on 14.2 than on 13.5

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: XA transactions much slower on 14.2 than on 13.5
Дата
Msg-id 4007944.1646448265@sss.pgh.pa.us
обсуждение исходный текст
Ответ на XA transactions much slower on 14.2 than on 13.5  (Mladen Gogala <gogala.mladen@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Mladen Gogala
Дата:
Сообщение: XA transactions much slower on 14.2 than on 13.5
Следующее
От: aditya desai
Дата:
Сообщение: Re: Any way to speed up INSERT INTO