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