Re: One or more processor ?

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Hervé Piedvache <herve(at)elma(dot)fr>, Postgresql Performance <pgsql-performance(at)postgresql(dot)org>
Subject: Re: One or more processor ?
Date: 2003-10-10 17:43:10
Message-ID: 200310101043.11000.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Herve'

> 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 ?

For your configuration, yes, you want multiple processors. Postgres (or
rather, the host OS) will distribute active connections over the multiple
processors.

--
Josh Berkus
Aglio Database Solutions
San Francisco

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Josh Berkus 2003-10-10 17:44:21 Re: further testing on IDE drives
Previous Message Josh Berkus 2003-10-10 17:41:09 Re: PostgreSQL Scalable ?