Parallelism on Partitioning .

Started by Brajendra Pratap Singhabout 5 years ago2 messagesgeneral
Jump to latest
#1Brajendra Pratap Singh
singh.bpratap766@gmail.com

Hi ,

We are trying to assign the parallel worker or execute the query in
parallel manner on partitioned Tables and partitioned master table but not
able to do that ,could u plz suggest .

Current Postgresql version :- 9.6

Fyi, We have tried with all parameters which can allow the parallel query
execution.

Thanks..

#2Thomas Markus
t.markus@proventis.net
In reply to: Brajendra Pratap Singh (#1)
Re: Parallelism on Partitioning .

Hi

Hi ,

We are trying to assign the parallel worker or execute the query in
parallel manner on partitioned Tables and partitioned master table but
not able to do that ,could u plz suggest .

Current Postgresql version :- 9.6

Fyi, We have tried with all parameters which can allow the parallel
query execution.

Thanks..

Your PG version is too old. 9.6 is not able to this (as I remember)

Thomas