Re: [PoC] Non-volatile WAL buffer

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: [PoC] Non-volatile WAL buffer
Дата
Msg-id 5617eaf7-7554-4129-e3d9-dc1b71422080@iki.fi
обсуждение исходный текст
Ответ на [PoC] Non-volatile WAL buffer  (Takashi Menjo <takashi.menjou.vg@hco.ntt.co.jp>)
Ответы RE: [PoC] Non-volatile WAL buffer
Список pgsql-hackers
On 24/01/2020 10:06, Takashi Menjo wrote:
> I propose "non-volatile WAL buffer," a proof-of-concept new feature.  It
> enables WAL records to be durable without output to WAL segment files by
> residing on persistent memory (PMEM) instead of DRAM.  It improves database
> performance by reducing copies of WAL and shortening the time of write
> transactions.
> 
> I attach the first patchset that can be applied to PostgreSQL 12.0 (refs/
> tags/REL_12_0).  Please see README.nvwal (added by the patch 0003) to use
> the new feature.

I have the same comments on this that I had on the previous patch, see:

https://www.postgresql.org/message-id/2aec6e2a-6a32-0c39-e4e2-aad854543aa8%40iki.fi

- Heikki



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

Предыдущее
От: Ranier Vilela
Дата:
Сообщение: Re: [PATCH] Windows port, fix some resources leaks
Следующее
От: Konstantin Knizhnik
Дата:
Сообщение: Re: [Proposal] Global temporary tables