Re: Add 64-bit XIDs into PostgreSQL 15

Поиск
Список
Период
Сортировка
От Maxim Orlov
Тема Re: Add 64-bit XIDs into PostgreSQL 15
Дата
Msg-id CACG=ezaZs1d1wbd71oemPahANfqiP8MZEAADuS1oReK1XLVV1w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Add 64-bit XIDs into PostgreSQL 15  (adherent postgres <adherent_postgres@hotmail.com>)
Список pgsql-hackers


On Fri, 9 Dec 2022 at 16:54, adherent postgres <adherent_postgres@hotmail.com> wrote:
Hi Aleksander Alekseev 
 I think the xids 32bit transformation project has been dragged on for too long. Huawei's openGauss referenced this patch to implement xids 64bit, and Postgrespro also implemented xids 64bit, which is enough to prove that their worries are redundant.I think postgresql has no reason not to implement xid 64 bit. What about your opinion?

Yeah, I totally agree, the time has come. With a high transaction load, Postgres become more and more difficult to maintain.
The problem is in the overall complexity of the patch set. We need more reviewers.

Since committing such a big patch is not viable once at a time, from the start of the work we did split it into several logical parts.
The evolution concept is more preferable in this case. As far as I can see, there is overall consensus to commit SLRU related
changes first.

--
Best regards,
Maxim Orlov.

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

Предыдущее
От: adherent postgres
Дата:
Сообщение: 回复: Add 64-bit XIDs into PostgreSQL 15
Следующее
От: Reid Thompson
Дата:
Сообщение: Re: Add the ability to limit the amount of memory that can be allocated to backends.