Re: Major Performance decrease after some hours

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Peter Bauer" <peter(dot)m(dot)bauer(at)gmail(dot)com>
Cc: "Chris Mair" <chrisnospam(at)1006(dot)org>, pgsql-general(at)postgresql(dot)org
Subject: Re: Major Performance decrease after some hours
Date: 2006-10-01 16:11:42
Message-ID: 25808.1159719102@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Peter Bauer" <peter(dot)m(dot)bauer(at)gmail(dot)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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Fred Tyler 2006-10-01 16:24:08 Re: memory issues when running with mod_perl
Previous Message Fred Tyler 2006-10-01 16:06:06 Re: memory issues when running with mod_perl