parallel-processing multiple similar query tasks - any example? - Mailing list pgsql-general

From Shaozhong SHI
Subject parallel-processing multiple similar query tasks - any example?
Date
Msg-id CA+i5Jwa0_9oEPKJUqAi6wLoNzDOiMpD_pLBwEtqtgj48M1Yg3w@mail.gmail.com
Whole thread Raw
Responses Re: parallel-processing multiple similar query tasks - any example?  ("David G. Johnston" <david.g.johnston@gmail.com>)
Re: parallel-processing multiple similar query tasks - any example?  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-general
multiple similar query tasks are as follows:

select * from a_table where country ='UK'
select * from a_table where country='France'
and so on

How best to parallel-processing such types of multiple similar query tasks?

Any example available?

Regards,

David

pgsql-general by date:

Previous
From: "David G. Johnston"
Date:
Subject: Re: Backing up a DB excluding certain tables
Next
From: "David G. Johnston"
Date:
Subject: Re: Backing up a DB excluding certain tables