Re: partition query on multiple cores

From: Shaun Thomas <sthomas(at)peak6(dot)com>
To: Maciek Sakrejda <msakrejda(at)truviso(dot)com>
Cc: Didik Prasetyo <prasetyodidik62(at)yahoo(dot)com>, <pgsql-performance(at)postgresql(dot)org>
Subject: Re: partition query on multiple cores
Date: 2011-05-10 16:22:26
Message-ID: 4DC96642.2090900@peak6.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 05/10/2011 10:06 AM, Maciek Sakrejda wrote:

>> I have 8-core server, I wanted to ask whether a query can be divided for
>> multiple processors or cores, if it could be what to do in postgresql
>
> No, at this time (and for the foreseeable future), a single query will
> run on a single core.

It can *kinda* be done. Take a look at GridSQL. It's really good for
splitting up reporting-like queries that benefit from parallel access of
large tables. It's not exactly Hadoop, but I ran a test on a single
system with two separate instances of PostgreSQL, and a single query
over those two nodes cut execution time in half.

It's meant for server parallelism, so I wouldn't necessarily recommend
splitting your data up across nodes on the same server. But it seems to
deliver as promised when used in the right circumstances.

--
Shaun Thomas
OptionsHouse | 141 W. Jackson Blvd. | Suite 800 | Chicago IL, 60604
312-676-8870
sthomas(at)peak6(dot)com

______________________________________________

See http://www.peak6.com/email_disclaimer.php
for terms and conditions related to this email

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Tory M Blue 2011-05-10 17:28:44 Question processor speed differences.
Previous Message Greg Smith 2011-05-10 15:55:56 Re: 8.2.13 commit is taking too much time