parallel-processing multiple similar query tasks - any example?

From: Shaozhong SHI <shishaozhong(at)gmail(dot)com>
To: pgsql-sql <pgsql-sql(at)lists(dot)postgresql(dot)org>
Subject: parallel-processing multiple similar query tasks - any example?
Date: 2022-04-27 23:33:49
Message-ID: CA+i5JwZ1_gu0g-X+5P8hVhyc1YS7F4nhrcEQdZKADOp+7o+1SQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

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

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Shaozhong SHI 2022-04-28 09:10:59 How to use password in psql command line?
Previous Message Samed YILDIRIM 2022-04-24 10:43:23 Re: Create index on user defined type