Re: CPU bound

Поиск
Список
Период
Сортировка
От Mladen Gogala
Тема Re: CPU bound
Дата
Msg-id 4D0EFC02.7040004@vmsinfo.com
обсуждение исходный текст
Ответ на Re: CPU bound  (James Cloos <cloos@jhcloos.com>)
Ответы Re: CPU bound  (James Cloos <cloos@jhcloos.com>)
Re: CPU bound  (Jim Nasby <Jim@Nasby.net>)
Список 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 по дате отправления:

Предыдущее
От: James Cloos
Дата:
Сообщение: Re: CPU bound
Следующее
От: tuanhoanganh
Дата:
Сообщение: Re: PostgreSQL 9.0 x64 bit pgbench TPC very low question?