[GENERAL] Parallel Query Processing

2009-03-30 Thread aravind chandu
? 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

Re: [GENERAL] Parallel Query Processing

2009-03-30 Thread Raymond O'Donnell
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

Re: [GENERAL] Parallel Query Processing

2009-03-26 Thread Cory Coager
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

Re: [GENERAL] Parallel Query Processing

2009-03-26 Thread Simon Riggs
On Wed, 2009-03-25 at 15:52 -0600, Scott Marlowe wrote: 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

Re: [GENERAL] Parallel Query Processing

2009-03-26 Thread David Fetter
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 avin_frie...@yahoo.com wrote: Hello, I have a few questions related to the parallel query processing.Can you guys

Re: [GENERAL] Parallel Query Processing

2009-03-26 Thread Simon Riggs
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 avin_frie...@yahoo.com wrote: Hello, I have a few

[GENERAL] Parallel Query Processing

2009-03-25 Thread aravind chandu
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.

Re: [GENERAL] Parallel Query Processing

2009-03-25 Thread Scott Marlowe
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,