Re: One or more processor ?

From: Christopher Browne <cbbrowne(at)libertyrms(dot)info>
To: pgsql-performance(at)postgresql(dot)org
Subject: Re: One or more processor ?
Date: 2003-10-10 18:49:30
Message-ID: 6065ix3p39.fsf@dev6.int.libertyrms.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

herve(at)elma(dot)fr (=?iso-8859-15?q?Herv=E9=20Piedvache?=) writes:
> A simple question about PostgreSQL ... I have a Pentium Xeon Quadri processors
> ...
> If I do a SQL request ... does PostgreSQL use one or more processor ?

Just one processor.

> And if it use only one ... why ?
> Could you explain me this ;o)

... Because partitioning requests across multiple processors is a
hairy and difficult proposition.

Some musing has been done on how threading might be used to split
processing of queries across multiple CPUs, but it represents a pretty
immense task involving substantial effort for design, implementation,
and testing.

It's tough to make this portable across all the system PostgreSQL
supports, too.

So while musing has been done, nobody has seriously tried implementing
it.
--
output = ("cbbrowne" "@" "libertyrms.info")
<http://dev6.int.libertyrms.com/>
Christopher Browne
(416) 646 3304 x124 (land)

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Vivek Khera 2003-10-10 20:22:08 Re: go for a script! / ex: PostgreSQL vs. MySQL
Previous Message Bruce Momjian 2003-10-10 18:39:19 Re: further testing on IDE drives