Re: Throttling PostgreSQL's CPU usage

From: "Steinar H(dot) Gunderson" <sgunderson(at)bigfoot(dot)com>
To: Daniel Griscom <griscom(at)suitable(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Throttling PostgreSQL's CPU usage
Date: 2007-05-08 23:09:55
Message-ID: 20070508230955.GA9315@uio.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message david 2007-05-08 23:21:21 Re: Throttling PostgreSQL's CPU usage
Previous Message Daniel Griscom 2007-05-08 23:03:17 Re: Throttling PostgreSQL's CPU usage