Re: How to run multi-processor question - Mailing list pgsql-general

From Ryan Mahoney
Subject Re: How to run multi-processor question
Date
Msg-id 1025107818.3948.273.camel@ryan.flowlabs.com
Whole thread Raw
In response to How to run multi-processor question  ("Johnson, Shaunn" <SJohnson6@bcbsm.com>)
List pgsql-general
Because of the multi-process design of postgresql it will automatically
take advantage of two (or more) processors if your kernel supports it.
As far as submitting to a specific process, the postmaster forks a
process for each connection, so each connection is getting a "fresh"
process and again it is up to your kernel to handle scheduling and
coordination.

-r

On Wed, 2002-06-26 at 10:01, Johnson, Shaunn wrote:
> Howdy:
>
> Running Postgres 7.1.3 on RedHat Linux 7.2 kernel 2.4.7
> on an Intel box.
>
> We are thinking about upgrading the box and adding a
> second processor.  Provided that I can physically put
> a second CPU in, how can I configure Postgres to
> work with more than one proc, or better yet, submit jobs
> to the least busiest proc.  What other things should I
> be aware of?
>
> Thanks!
>
> -X




pgsql-general by date:

Previous
From: Elaine Lindelef
Date:
Subject: Re: What is a tuple?
Next
From: nconway@klamath.dyndns.org (Neil Conway)
Date:
Subject: Re: How to run multi-processor question