On Mon, Jun 5, 2023 at 12:25 PM Heikki Linnakangas <hlinn...@iki.fi> wrote:
> We currently bend over backwards to make all allocations fixed-sized in > shared memory. You learn to live with that, but a lot of things would be > simpler if you could allocate and free in shared memory more freely. > It's no panacea, you still need to be careful with locking and > concurrency. But a lot simpler. Would this help with oom killer in linux? Isn't it true that pgbouncer provides a lot of the same benefits? merlin