On 30/03/2009 07:18, aravind chandu wrote:
> 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
Not sure what you're getting at herea query that includes a JOIN is
still one query.
> different queries like one se
?
From: Scott Marlowe
To: aravind chandu
Cc: postgresql Forums
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 wrote:
> Hello,
>
> I have a few
On Thu, 2009-03-26 at 10:12 -0700, David Fetter wrote:
> On Thu, Mar 26, 2009 at 05:04:29PM +, Simon Riggs wrote:
> >
> > On Wed, 2009-03-25 at 15:52 -0600, Scott Marlowe wrote:
> > > On Wed, Mar 25, 2009 at 2:24 PM, aravind chandu
> > > wrote:
> > > > Hello,
> > > >
> > > > I have a few qu
On Thu, Mar 26, 2009 at 05:04:29PM +, Simon Riggs wrote:
>
> On Wed, 2009-03-25 at 15:52 -0600, Scott Marlowe wrote:
> > On Wed, Mar 25, 2009 at 2:24 PM, aravind chandu
> > wrote:
> > > Hello,
> > >
> > > I have a few questions related to the parallel query
> > > processing.Can you guys tell
On Wed, 2009-03-25 at 15:52 -0600, Scott Marlowe wrote:
> On Wed, Mar 25, 2009 at 2:24 PM, aravind chandu
> 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
You could run parallel queries across multiple servers using pgpool-II.
~Cory Coager
aravind chandu said the following on 03/25/2009 04:24 PM:
Hello,
I have a few questions related to the parallel query
processing.Can you guys tell me how to implement parallel query
processing in
On Wed, Mar 25, 2009 at 2:24 PM, aravind chandu 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
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.
Thanks,
Avin.