Thanks for your reply guys.My aim is to run multiple queries.Will joins come 
under multiple queries? or it just mean two or more different queries like one 
select statement and another select statement? Does postgresql itself supports 
to run multiple queries or we have to use pgpool-II tool?




________________________________
From: Scott Marlowe <scott.marl...@gmail.com>
To: aravind chandu <avin_frie...@yahoo.com>
Cc: postgresql Forums <pgsql-general@postgresql.org>
Sent: Wednesday, March 25, 2009 4:52:43 PM
Subject: Re: [GENERAL] Parallel Query Processing

On Wed, Mar 25, 2009 at 2:24 PM, aravind chandu <avin_frie...@yahoo.com> wrote:
> Hello,
>
>             I have a few questions related to the parallel query
> processing.Can you guys tell me how to implement parallel query processing
> in postgresql database.

Do you mean one query being parallelized, or multiple queries running at once?

PostgreSQL provides no capability to parallelize one query into
multiple processes.

Multiple Queries run in parallel automatically
Hello,


      

Reply via email to