Experimental dynamic memory allocation of postgresql shared memory

From: Aleksey Demakov <ademakov(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Experimental dynamic memory allocation of postgresql shared memory
Date: 2016-06-17 15:17:33
Message-ID: CAFCwUrCQH2f00Dq470-F_Ynosv54kV0D96hteju5TY+pOhy6MQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2016-06-17 15:30:42 Re: Experimental dynamic memory allocation of postgresql shared memory
Previous Message Tom Lane 2016-06-17 15:12:18 Re: Restriction of windows functions