1 pages tagged with "Postgres"
Maxing out max_parallel_workers in Postgres
February 22, 2023 - 937 words - 5 mins
There are a number of articles which discuss how to force the postgres query planner into a certain amount of parallelism (1, 2). Today I was trying to get a query to run with up to 64 parallel workers (for reasons), but ran into something which the other articles didn't mention explicitly.
To recap…
read more