Re: [PERFORM] partition query on multiple cores

2011-05-11 Thread Mason S
On Tue, May 10, 2011 at 2:57 PM, Tomas Vondra wrote: > Dne 10.5.2011 18:22, Shaun Thomas napsal(a): > > 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

Re: [PERFORM] partition query on multiple cores

2011-05-11 Thread Mason S
On Tue, May 10, 2011 at 12:22 PM, Shaun Thomas wrote: > 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 fo

Re: [PERFORM] partition query on multiple cores

2011-05-10 Thread Tomas Vondra
Dne 10.5.2011 18:22, Shaun Thomas napsal(a): > 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 fut

Re: [PERFORM] partition query on multiple cores

2011-05-10 Thread Shaun Thomas
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 *k

Re: [PERFORM] partition query on multiple cores

2011-05-10 Thread Maciek Sakrejda
> 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. --- Maciek Sakrejda | System Architect | Truviso 1065 E.

[PERFORM] partition query on multiple cores

2011-05-09 Thread Didik Prasetyo
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 Thanks