Re: Utilizing multiple cores for one query - Mailing list pgsql-performance

From Jonah H. Harris
Subject Re: Utilizing multiple cores for one query
Date
Msg-id 36e682920712010531k47871797ge19ceaddad9a7ff6@mail.gmail.com
Whole thread Raw
In response to Utilizing multiple cores for one query  (henk de wit <henk53602@hotmail.com>)
Responses Re: Utilizing multiple cores for one query
Re: Utilizing multiple cores for one query
Re: Utilizing multiple cores for one query
List pgsql-performance
On Dec 1, 2007 8:21 AM, henk de wit <henk53602@hotmail.com> wrote:
> I wonder whether the current versions of postgres (i.e. either 8.2 or 8.3)
> are able to utilize multiple cores for the execution of a single query?

Nope.

> This is one thing that systems like SQL Server and Oracle have been able to
> do for quite some time. I haven't seen much in the documentation that hints
> that this may be possible in PG, nor did I find much in the mailinglists
> about this. The only thing I found was a topic that discussed some patches
> that may eventually lead to a sequence scan being handled by multiple cores.

I believe the threads you're talking about were related to scanning,
not parallel query.  Though, when Qingqing and I were discussing
parallel query a little over a year ago, I do seem to recall several
uninformed opinions stating that sequential scans were the only thing
it could be useful for.

> Could someone shed some light on the current or future abilities of PG for
> making use of multiple cores to execute a single query?

Currently, the only way to parallelize a query in Postgres is to use pgpool-II.

http://pgpool.projects.postgresql.org/

--
Jonah H. Harris, Sr. Software Architect | phone: 732.331.1324
EnterpriseDB Corporation                | fax: 732.331.1301
499 Thornall Street, 2nd Floor          | jonah.harris@enterprisedb.com
Edison, NJ 08837                        | http://www.enterprisedb.com/

pgsql-performance by date:

Previous
From: henk de wit
Date:
Subject: Utilizing multiple cores for one query
Next
From: henk de wit
Date:
Subject: Re: Utilizing multiple cores for one query