Re: Major Performance decrease after some hours - Mailing list pgsql-general

From Tom Lane
Subject Re: Major Performance decrease after some hours
Date
Msg-id 25808.1159719102@sss.pgh.pa.us
Whole thread Raw
In response to Re: Major Performance decrease after some hours  ("Peter Bauer" <peter.m.bauer@gmail.com>)
List 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 by date:

Previous
From: "Fred Tyler"
Date:
Subject: Re: memory issues when running with mod_perl
Next
From: "Fred Tyler"
Date:
Subject: Re: memory issues when running with mod_perl