On Thu, Jun 8, 2023 at 12:09 AM Andres Freund <andres(at)anarazel(dot)de> wrote:
...
> We could e.g. eventually decide that we
> don't support parallel query without threading support - which would allow us
> to get rid of a very significant amount of code and runtime overhead.
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.
---
Cheers
Hannu