Re: [HACKERS] Heh, the disappearing problem!

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] Heh, the disappearing problem!
Дата
Msg-id 199803100405.XAA13555@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] Heh, the disappearing problem!  (Karl Denninger <karl@mcs.net>)
Ответы Re: [HACKERS] Heh, the disappearing problem!  (Karl Denninger <karl@mcs.net>)
Список pgsql-hackers
> I've seen this same kind of behavior in a few other places as well; in
> places where you are doing reads and writes in a mixed environment (ie: read
> something, write something (typically in a different table) based on what
> you read) performance of 6.3 has gone in the toilet.  Update jobs that used
> to run in tens of seconds are requiring several minutes to complete now.
>
> And again, we're not seeing much disk I/O during this period - but we *ARE*
> seeing a hell of a lot of CPU activity, almost all in user mode.

OK, how about using postgres -t option or profiling to get the function
using so much cpu?  This may help us tell where the problem lies.  Does
anyone else see such problems?  All other reports I hear was that 6.3
was faster.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Karl Denninger
Дата:
Сообщение: Heh heh, who broke pg_dump?
Следующее
От: Brett McCormick
Дата:
Сообщение: postgres/alpha problems