Re: 9.4-1207 behaves differently with server side prepared statements compared to 9.2-1102 - Mailing list pgsql-jdbc

From Thomas Kellerer
Subject Re: 9.4-1207 behaves differently with server side prepared statements compared to 9.2-1102
Date
Msg-id n72fhe$cf8$1@ger.gmane.org
Whole thread Raw
In response to Re: Re: 9.4-1207 behaves differently with server side prepared statements compared to 9.2-1102  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: Re: 9.4-1207 behaves differently with server side prepared statements compared to 9.2-1102
List pgsql-jdbc
> Is it possible to get server logs ?

I have picked out one of the statements that suffered from this and sanitized the logfile.

   http://sql-workbench.net/pg_jdbc_94.log

The complete statement is at the top of the file and in the messages themselves,
I have replaced each occurrence of the statement with "select ...."

The interesting thing (at least for me) is that the first few executions of the
server side statement have pretty much the same runtime as the ones before the prepare.
And then suddenly the runtime shoots through the rough going up from 1ms to 40ms or even 60ms

Regards
Thomas


pgsql-jdbc by date:

Previous
From: Edson Richter
Date:
Subject: Re: Driver behaves differently with prepareThreshold and timestamp fields when daylights is active (was Re: Re: 9.4-1207 behaves differently with server side prepared statements compared to 9.2-1102)
Next
From: Vladimir Sitnikov
Date:
Subject: Re: Re: 9.4-1207 behaves differently with server side prepared statements compared to 9.2-1102