Re: Let's make PostgreSQL multi-threaded - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: Let's make PostgreSQL multi-threaded
Date
Msg-id CA+hUKGLe8mkq_4AQqndkuaW80GVCVKcpw9KMCookce7Ep==wQA@mail.gmail.com
Whole thread Raw
In response to Re: Let's make PostgreSQL multi-threaded  (Ilya Anfimov <ilan@tzirechnoy.com>)
List pgsql-hackers
On Fri, Jun 9, 2023 at 5:02 AM Ilya Anfimov <ilan@tzirechnoy.com> wrote:
>  Isn't  all  the  memory operations would require nearly the same
> shared memory allocators if someone switches to a threaded imple-
> mentation?

It's true that we'd need concurrency-aware MemoryContext
implementations (details can be debated), but we wouldn't need that
address translation layer, which adds a measurable cost at every
access.



pgsql-hackers by date:

Previous
From: Gregory Smith
Date:
Subject: Major pgbench synthetic SELECT workload regression, Ubuntu 23.04+PG15
Next
From: Jose Luis Tallon
Date:
Subject: Re: Let's make PostgreSQL multi-threaded