Re: Huge spikes in number of connections doing "PARSE" - Mailing list pgsql-general

From Martijn van Oosterhout
Subject Re: Huge spikes in number of connections doing "PARSE"
Date
Msg-id 20110314212126.GA8220@svana.org
Whole thread Raw
In response to Re: Huge spikes in number of connections doing "PARSE"  (hubert depesz lubaczewski <depesz@depesz.com>)
Responses Re: Huge spikes in number of connections doing "PARSE"  (hubert depesz lubaczewski <depesz@depesz.com>)
Re: Huge spikes in number of connections doing "PARSE"  (Noah Misch <noah@leadboat.com>)
List pgsql-general
On Mon, Mar 14, 2011 at 07:49:46PM +0100, hubert depesz lubaczewski wrote:
> These 60 were summarized, and output is available here:
> http://www.depesz.com/various/locks.summary.txt
>
> as you can seem, in 48 cases backend process was in semop(), which relates
> directly to my previous findings with ps/wchan.

It's unfortunate you don't have debug symbols enabled, which makes
these traces somewhat unreliable. So you get odd things like index_open
calling index_close.

The common factor seems to be lots of index locks. Do you have very
many indexes?

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patriotism is when love of your own people comes first; nationalism,
> when hate for people other than your own comes first.
>                                       - Charles de Gaulle

Attachment

pgsql-general by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Create a view with variable amount of columns depending on the rows of a table
Next
From: "David Johnston"
Date:
Subject: Re: Autocommit off - commits/rollbacks