Search Postgresql Archives

Re: Major Performance decrease after some hours

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Peter Bauer" <peter.m.bauer@xxxxxxxxx> 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


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux