Re: introduce bufmgr hooks

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: introduce bufmgr hooks
Дата
Msg-id 20220831152931.zpsyqrv6mbqt4nip@awork3.anarazel.de
обсуждение исходный текст
Ответ на introduce bufmgr hooks  (Nathan Bossart <nathandbossart@gmail.com>)
Ответы Re: introduce bufmgr hooks  (Nathan Bossart <nathandbossart@gmail.com>)
Список pgsql-hackers
HHi,

On 2022-08-29 15:24:49 -0700, Nathan Bossart wrote:
> I'd like to propose some new hooks for the buffer manager.  My primary goal
> is to allow users to create an additional caching mechanism between the
> shared buffers and disk for evicted buffers.

I'm very doubtful this is a good idea. These are quite hot paths. While not a
huge cost, adding an indirection isn't free nonetheless.  I also think it'll
make it harder to improve things in this area, which needs quite a bit of
work.

Greetings,

Andres Freund



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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: pg_upgrade generated files in subdir follow-up
Следующее
От: "Drouvot, Bertrand"
Дата:
Сообщение: [PATCH] Query Jumbling for CALL and SET utility statements