Re: does prepareThreshold work? forced to use old driver

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: does prepareThreshold work? forced to use old driver
Дата
Msg-id Pine.BSO.4.64.0702261129290.6591@leary.csoft.net
обсуждение исходный текст
Ответ на does prepareThreshold work? forced to use old driver  (Gene <genekhart@gmail.com>)
Список pgsql-jdbc

On Mon, 26 Feb 2007, Gene wrote:

> I've been having some serious performance issues with
> postgresql8.2/hibernate/jdbc due to postgres reusing bad cached query
> plans. It doesn't look at the parameter values and therefore does not
> use any partial indexes.
>
> After trying to set prepareThreshold=0 in the connection string which
> didnt work, even modifying the jdbc driver and forcing it to 0 and not
> working I realized that it must be being ignored. After giving up
> pretty much I tried a much older driver which doesn't use server
> prepared statements at all the problem has gone away and it is once
> again using the partial indexes. How can I get this to work properly
> on the new jdbc driver? I don't really like having to use a 2 year old
> driver to get good performance as you can imagine :)

Something must be going wrong in the setting to zero or your code may be
setting it to non-zero at some later point.  I believe prepareThreshold=0
should work.  Do you have a test case showing it doesn't?

Kris Jurka


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: bug with PGXADataSource in JNDI
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: Calling functions with table-based-type parametars