Experimental dynamic memory allocation of postgresql shared memory - Mailing list pgsql-hackers

From Aleksey Demakov
Subject Experimental dynamic memory allocation of postgresql shared memory
Date
Msg-id CAFCwUrCQH2f00Dq470-F_Ynosv54kV0D96hteju5TY+pOhy6MQ@mail.gmail.com
Whole thread Raw
Responses Re: Experimental dynamic memory allocation of postgresql shared memory  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Restriction of windows functions
Next
From: Tom Lane
Date:
Subject: Re: Experimental dynamic memory allocation of postgresql shared memory