Experimental dynamic memory allocation of postgresql shared memory

Поиск
Список
Период
Сортировка
От Aleksey Demakov
Тема Experimental dynamic memory allocation of postgresql shared memory
Дата
Msg-id CAFCwUrCQH2f00Dq470-F_Ynosv54kV0D96hteju5TY+pOhy6MQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Experimental dynamic memory allocation of postgresql shared memory  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hi all,

I have some very experimental code to enable dynamic memory allocation
of shared memory for postgresql backend processes. The source code in
the repository is not complete yet. Moreover it is not immediately
useful by itself. However it might serve as the basis to implement
higher-level features. Such as expanding hash-tables or other data
structures to share data between backends. Ultimately it might be used
for an in-memory data store usable via FDW interface. Despite such
higher level features are not available yet the code anyway might be
interesting for curious eyes.

https://github.com/ademakov/sharena

The first stage of this project was funded by Postgres Pro. Many
thanks to this wonderful team.

Regards,
Aleksey



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Restriction of windows functions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Experimental dynamic memory allocation of postgresql shared memory