Re:

From: Doug McNaught <doug(at)wireboard(dot)com>
To: "Ashley T(dot) Howes" <ashley(at)turton(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re:
Date: 2001-04-25 15:10:39
Message-ID: m3eluhypzk.fsf@belphigor.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Ashley T. Howes" <ashley(at)turton(dot)com> writes:

> I was wondering if PostgreSQL takes advantage of multiple CPUs when
> placed in a single Linux box. Or are multiple CPUs utilised as long
> as the Linux kernel is compiled to take advantage of them?

Well, obviously you need an SMP kernel.

Since the PG backend is one process per client, multiple CPUs will
definitely help for multiple clients connecting. They won't help with
queries for a single client, as there is currently no code to split up
the queries and run the parts on different CPUs.

-Doug
--
The rain man gave me two cures; he said jump right in,
The first was Texas medicine--the second was just railroad gin,
And like a fool I mixed them, and it strangled up my mind,
Now people just get uglier, and I got no sense of time... --Dylan

In response to

  • at 2001-04-25 08:47:47 from Ashley T. Howes

Browse pgsql-general by date

  From Date Subject
Next Message Jan Ploski 2001-04-25 15:51:12 Re: SUM()ming a view's column
Previous Message Alejandro Cicero 2001-04-25 15:08:10 Consulta