Re: Add 64-bit XIDs into PostgreSQL 15

Поиск
Список
Период
Сортировка
От Maxim Orlov
Тема Re: Add 64-bit XIDs into PostgreSQL 15
Дата
Msg-id CACG=ezb=y_N1yL_r2idtf-hTuu6AHpgFH-s4a9HMCm-AbykAMQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Add 64-bit XIDs into PostgreSQL 15  (Maxim Orlov <orlovmg@gmail.com>)
Ответы Re: Add 64-bit XIDs into PostgreSQL 15  (Pavel Borisov <pashkin.elfe@gmail.com>)
Список pgsql-hackers
Hi!

Here is a rebased and improved version of the patchset: now we use 64 bit atomic operations on shared memory which was not previously warrantied on 32 bit architectures.

Before this change under heavy transaction concurrency we've got a warning "xmin is far in the past", rarely. This was seen on 32 bit architectures.

On 64 bit these changes do not change performance since 64 bit atomicity is automatically fulfilled.

Only 0008 patch is changed.

--
Best regards,
Maxim Orlov.
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Ranier Vilela
Дата:
Сообщение: Re: Improving connection scalability (src/backend/storage/ipc/procarray.c)
Следующее
От: Robert Haas
Дата:
Сообщение: Re: "ERROR: latch already owned" on gharial