Re: Prepared statement not using index

From: Guido Neitzer <guido(dot)neitzer(at)pharmaline(dot)de>
To: Dave Cramer <pg(at)fastcrypt(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Prepared statement not using index
Date: 2005-09-12 13:22:11
Message-ID: 410580B5-429B-421B-9469-72EDECC4D7D5@pharmaline.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 12.09.2005, at 14:38 Uhr, Dave Cramer wrote:

> The difference between the 7.4 driver and the 8.0.3 driver is the
> 8.0.3 driver is using server side prepared statements and binding
> the parameter to the type in setXXX(n,val).

Would be a good idea when this were configurable.

I found my solution (use the JDBC2 drivers with protocolVersion=2),
but how long will this work?

cug

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Greg Sabino Mullane 2005-09-12 13:26:44 Re: Prepared statement not using index
Previous Message Dave Cramer 2005-09-12 12:38:35 Re: Prepared statement not using index