How best to do parallel query given tens of thousands of iteration of a loop of recursive queries? - Mailing list pgsql-sql

From Shaozhong SHI
Subject How best to do parallel query given tens of thousands of iteration of a loop of recursive queries?
Date
Msg-id CA+i5JwYMZ_eUtbdGBX9vg2GQzpTLo9m+bMoW1wniEqVv5sxV-w@mail.gmail.com
Whole thread Raw
Responses Re: How best to do parallel query given tens of thousands of iteration of a loop of recursive queries?  (Steve Midgley <science@misuse.org>)
Re: How best to do parallel query given tens of thousands of iteration of a loop of recursive queries?  ("David G. Johnston" <david.g.johnston@gmail.com>)
List pgsql-sql
There is a plpgsql script that have a loop to carry out the same recursive queries.

The estimation of iteration is in the order of tens of thousands.

What is the best way of making using parallel query strategy.

Any examples?

Regards,

David

pgsql-sql by date:

Previous
From: Rob Sargent
Date:
Subject: Re: Long running processes and commit writing to disk
Next
From: Steve Midgley
Date:
Subject: Re: How best to do parallel query given tens of thousands of iteration of a loop of recursive queries?