Re: Performance bug in prepared statement binding in 9.2? - Mailing list pgsql-performance

From Josh Berkus
Subject Re: Performance bug in prepared statement binding in 9.2?
Date
Msg-id 5230B801.90507@agliodbs.com
Whole thread Raw
In response to Performance bug in prepared statement binding in 9.2?  (Josh Berkus <josh@agliodbs.com>)
Responses Re: Performance bug in prepared statement binding in 9.2?  (Andrew Dunstan <andrew@dunslane.net>)
Re: Performance bug in prepared statement binding in 9.2?  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-performance
All,

We've confirmed that this issue is caused by having long-running idle
transactions on the server.  When we disabled their queueing system
(which prodiced hour-long idle txns), the progressive slowness went away.

Why that should affect 9.X far more strongly than 8.4, I'm not sure
about.  Does that mean that 8.4 was unsafe, or that this is something
which *could* be fixed in later versions?

I'm also confused as to why this would affect BIND time rather than
EXECUTE time.

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com


pgsql-performance by date:

Previous
From: Merlin Moncure
Date:
Subject: Re: Intermittent hangs with 9.2
Next
From: Andrew Dunstan
Date:
Subject: Re: Performance bug in prepared statement binding in 9.2?