Re: Re: [HACKERS] How embarrassing: optimization of a one-shot query doesn't work - Mailing list pgsql-jdbc

From Jignesh K. Shah
Subject Re: Re: [HACKERS] How embarrassing: optimization of a one-shot query doesn't work
Date
Msg-id 483E1F48.8040708@sun.com
Whole thread Raw
In response to Re: Re: [HACKERS] How embarrassing: optimization of a one-shot query doesn't work  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: Re: [HACKERS] How embarrassing: optimization of a one-shot query doesn't work  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-jdbc
Are there any head fixes proposed for it?

I am seeing some scaling problems with EAStress which uses JDBC with
8.3.0 and this one could be the reason why I am seeing some problems.. I
will be happy to try it out and report on it.. The setup is ready right
now if someone can point me to a patch that I can try it out and
hopefully see if the patch fixes my problem.

-Jignesh


Dave Cramer wrote:
> It's pretty easy to test.
>
> prepare the query
> and
> run explain analyze on the prepared statement.
>
> Dave
> On 10-Apr-08, at 5:47 AM, Thomas Burdairon wrote:
>
>> Is there any patch available for this one?
>>
>> I'm encountering troubles with some JDBC queries and I'd like to test
>> it before asking some help on the JDBC list.
>>
>> Thanks.
>> Tom
>>
>> --
>> Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
>> To make changes to your subscription:
>> http://www.postgresql.org/mailpref/pgsql-hackers
>
>

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: ResultSet & setFetchSize fails to stop heap failures
Next
From: "Jignesh K. Shah"
Date:
Subject: Re: Re: [HACKERS] How embarrassing: optimization of a one-shot query doesn't work