Re: Throttling PostgreSQL's CPU usage - Mailing list pgsql-performance

From Steinar H. Gunderson
Subject Re: Throttling PostgreSQL's CPU usage
Date
Msg-id 20070508230955.GA9315@uio.no
Whole thread Raw
In response to Re: Throttling PostgreSQL's CPU usage  (Daniel Griscom <griscom@suitable.com>)
List pgsql-performance
On Tue, May 08, 2007 at 07:03:17PM -0400, Daniel Griscom wrote:
> I'm only running one query at a time; would that query be guaranteed to
> confine itself to a single processor/core?

Yes; at least it won't be using two at a time. (Postgres can't guarantee that
Windows won't move it to another core, of course.)

/* Steinar */
--
Homepage: http://www.sesse.net/

pgsql-performance by date:

Previous
From: Daniel Griscom
Date:
Subject: Re: Throttling PostgreSQL's CPU usage
Next
From: Carlos Moreno
Date:
Subject: Re: Throttling PostgreSQL's CPU usage