Unnest not resulting in parallel function execution
I have the following function:
Running two functions in parallel and unioning their results
I am using Postgres. I am trying to execute two functions in PARALLEL, and then union their results
I have the following function:
I am using Postgres. I am trying to execute two functions in PARALLEL, and then union their results