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

From Robert Haas
Subject Re: Let's make PostgreSQL multi-threaded
Date
Msg-id CA+TgmoYfYX6qyxN7O1zhfj+KagSADpo5AhObj3ghPAo-XA2Zrw@mail.gmail.com
Whole thread Raw
In response to Re: Let's make PostgreSQL multi-threaded  (Hannu Krosing <hannuk@google.com>)
List pgsql-hackers
On Thu, Jun 8, 2023 at 6:04 AM Hannu Krosing <hannuk@google.com> wrote:
> Here I was hoping to go in the opposite direction and support parallel
> query across replicas.
>
> This looks much more doable based on the process model than the single
> process / multiple threads model.

I don't think this is any more or less difficult to support in one
model vs. the other. The problems seem pretty much unrelated.

--
Robert Haas
EDB: http://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Konstantin Knizhnik
Date:
Subject: Re: Named Prepared statement problems and possible solutions
Next
From: Juan José Santamaría Flecha
Date:
Subject: Re: Inconsistent results with libc sorting on Windows