From: | "Jonah H(dot) Harris" <jonah(dot)harris(at)gmail(dot)com> |
---|---|
To: | me(at)benjaminarai(dot)com |
Cc: | pgsql-performance(at)postgresql(dot)org, pgsql-general(at)postgresql(dot)org |
Subject: | Re: [PERFORM] Parrallel query execution for UNION ALL Queries |
Date: | 2007-07-18 16:21:49 |
Message-ID: | 36e682920707180921l149759e6jbb73e0c3f0460499@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general pgsql-performance |
On 7/18/07, Benjamin Arai <me(at)benjaminarai(dot)com> wrote:
> But I want to parrallelize searches if possible to reduce
> the perofrmance loss of having multiple tables.
PostgreSQL does not support parallel query. Parallel query on top of
PostgreSQL is provided by ExtenDB and PGPool-II.
--
Jonah H. Harris, Software Architect | phone: 732.331.1324
EnterpriseDB Corporation | fax: 732.331.1301
33 Wood Ave S, 3rd Floor | jharris(at)enterprisedb(dot)com
Iselin, New Jersey 08830 | http://www.enterprisedb.com/
From | Date | Subject | |
---|---|---|---|
Next Message | Scott Marlowe | 2007-07-18 16:30:48 | Re: [PERFORM] Parrallel query execution for UNION ALL Queries |
Previous Message | Benjamin Arai | 2007-07-18 16:14:35 | Parrallel query execution for UNION ALL Queries |
From | Date | Subject | |
---|---|---|---|
Next Message | Scott Marlowe | 2007-07-18 16:30:48 | Re: [PERFORM] Parrallel query execution for UNION ALL Queries |
Previous Message | Benjamin Arai | 2007-07-18 16:14:35 | Parrallel query execution for UNION ALL Queries |