Re: Performance of a single (big) select and Multiprocessor Machines - Mailing list pgsql-general

From Konstantinos Agouros
Subject Re: Performance of a single (big) select and Multiprocessor Machines
Date
Msg-id 20010119075456.A3855@rumba.agouros.de
Whole thread Raw
In response to Re: Performance of a single (big) select and Multiprocessor Machines  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
On Thu, Jan 18, 2001 at 11:38:38PM -0500, Tom Lane wrote:
> Konstantinos Agouros <elwood@agouros.de> writes:
> > Is there a way in postgres to make use of the extra cpu(s) the
> > machine has for the single tasks of importing the data and doing the
> > somewhat intensive selects that result from the sheer amount of data.
>
> Maybe I'm missing something, but it seems like all you need to do is
> run the data import and the selects in different processes (multiple
> backends).
>
> There isn't any way to apply multiple CPUs in a single SELECT, if that's
> what you were hoping for.  Perhaps you could break down the data
> reduction task into independent subqueries, but that will take some
> thought :-(
This was what I was hoping for... thanks for the quick response.

Konstantin
>
>             regards, tom lane

--
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood@agouros.de
Otkerstr. 28, 81547 Muenchen, Germany. Tel +49 89 69370185
----------------------------------------------------------------------------
"Captain, this ship will not sustain the forming of the cosmos." B'Elana Torres

pgsql-general by date:

Previous
From: Alex Pilosov
Date:
Subject: Re: Questions about Synonyms - Again
Next
From: Nathan Heagy
Date:
Subject: Re: Selects with Array member