Re: Hyper-Threading

From: Doug McNaught <doug(at)mcnaught(dot)org>
To: lista(at)profit-ti(dot)com(dot)br
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Hyper-Threading
Date: 2003-05-08 16:20:27
Message-ID: m3smrpmmus.fsf@varsoon.wireboard.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

lista(at)profit-ti(dot)com(dot)br writes:

> Hi People! 
> As a project manager I decided to migrate the full project from Oracle
> to PostgreSQL.
> 
> We bought a new Intel box to host the database, it is a dual Xeon 2.2
> and I intend to use it with a FreeBSD 4.8 wich support Intel Hyper-
> Threading.
> 
> I Woul like to know if the PostgreSQL 7.3.2 will take advantage from
> Hyper-Threading?

The question is really the same as "will PostgreSQL take advantage of
multiple processors?" The answer is that it will not split single
queries across multiple virtual or physical processors, but if you
have multiple clients connected each client backend (which is an
independent process) can be scheduled on any CPU available to it.

-Doug

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 2003-05-08 16:51:17 Re: Hyper-Threading
Previous Message scott.marlowe 2003-05-08 16:19:16 Re: Hyper-Threading