Re: CPU bound - Mailing list pgsql-performance

From Mladen Gogala
Subject Re: CPU bound
Date
Msg-id 4D0EFC02.7040004@vmsinfo.com
Whole thread Raw
In response to Re: CPU bound  (James Cloos <cloos@jhcloos.com>)
Responses Re: CPU bound  (James Cloos <cloos@jhcloos.com>)
Re: CPU bound  (Jim Nasby <Jim@Nasby.net>)
List pgsql-performance
On 12/19/2010 7:57 PM, James Cloos wrote:
>>>>>> "RA" == Royce Ausburn<royce@inomial.com>  writes:
> RA>  I notice that when restoring a DB on a laptop with an SDD,
> RA>  typically postgres is maxing out a CPU - even during a COPY.
>
> The time the CPUs spend waiting on system RAM shows up as CPU
> time, not as Wait time.  It could be just that the SSD is fast
> enough that the RAM is now the bottleneck, although parsing
> and text<=>binary conversions (especially for integers, reals
> and anything stored as an integer) also can be CPU-intensive.
>
> -JimC

Good time accounting is the most compelling reason for having a wait
event interface, like Oracle. Without the wait event interface, one
cannot really tell where the time is spent, at least not without
profiling the database code, which is not an option for a production
database.

--
Mladen Gogala
Sr. Oracle DBA
1500 Broadway
New York, NY 10036
(212) 329-5251
www.vmsinfo.com


pgsql-performance by date:

Previous
From: James Cloos
Date:
Subject: Re: CPU bound
Next
From: tuanhoanganh
Date:
Subject: Re: PostgreSQL 9.0 x64 bit pgbench TPC very low question?