Re: concurrent IO in postgres? - Mailing list pgsql-performance

From Kevin Grittner
Subject Re: concurrent IO in postgres?
Date
Msg-id 4D1348830200002500038A88@gw.wicourts.gov
Whole thread Raw
In response to Re: concurrent IO in postgres?  (John W Strange <john.w.strange@jpmchase.com>)
List pgsql-performance
John W Strange <john.w.strange@jpmchase.com> wrote:

> Typically my problem is that the large queries are simply CPU
> bound.

Well, if your bottleneck is CPU, then you're obviously not going to
be driving another resource (like disk) to its limit.  First,
though, I want to confirm that your "CPU bound" case isn't in the
"I/O Wait" category of CPU time.  What does `vmstat 1` show while
you're CPU bound?

If it's not I/O Wait time, then you need to try to look at the
queries involved.  If you're not hitting the disk because most of
the active data is cached, that would normally be a good thing.
What kind of throughput are you seeing?  Do you need better?

http://wiki.postgresql.org/wiki/SlowQueryQuestions

-Kevin

pgsql-performance by date:

Previous
From: John W Strange
Date:
Subject: Re: concurrent IO in postgres?
Next
From: Przemek Wozniak
Date:
Subject: Re: concurrent IO in postgres?