Re: Major Performance decrease after some hours

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Major Performance decrease after some hours
Дата
Msg-id 25808.1159719102@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Major Performance decrease after some hours  ("Peter Bauer" <peter.m.bauer@gmail.com>)
Список pgsql-general
"Peter Bauer" <peter.m.bauer@gmail.com> writes:
> yes, there are about 10 postmaster processes in top which eat up all
> of the CPU cycles at equal parts.

What are these processes doing exactly --- can you show us the queries
they're executing?  It might be worth attaching to a few of them with
gdb to get stack traces, to see if there's any commonality about the
traces:
    $ gdb /path/to/postgres PID-of-backend
    gdb> bt
    gdb> quit
    are you sure? y
    $ <repeat with other backends, and/or same backend after a few sec>

            regards, tom lane

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

Предыдущее
От: "Fred Tyler"
Дата:
Сообщение: Re: memory issues when running with mod_perl
Следующее
От: "Fred Tyler"
Дата:
Сообщение: Re: memory issues when running with mod_perl