Re: PostgreSQL, WebObjects and fetchSize

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: PostgreSQL, WebObjects and fetchSize
Дата
Msg-id Pine.BSO.4.56.0505111701440.15183@leary.csoft.net
обсуждение исходный текст
Ответ на Re: PostgreSQL, WebObjects and fetchSize  (Oliver Jowett <oliver@opencloud.com>)
Ответы Re: PostgreSQL, WebObjects and fetchSize  (David Teran <david.teran@cluster9.com>)
Список pgsql-jdbc

On Thu, 12 May 2005, Oliver Jowett wrote:

> Jan Willem Luiten wrote:
>
> > Thanks for the prompt reply. Unfortunately I've got no access to
> > Statement.setFetchSize() from within WebObjects. Is there any other  way
> > to solve this?
>
> This is up to WebObjects to support -- it's a standard JDBC mechanism.
> The driver doesn't give you another way to set it.
>

Well defaulting it to a nonzero value is a reasonable thing to do, we have
just chosen not to for the pg driver because of possible performance
problems specific to pg.  We could consider exposing it via a URL
parameter.

Kris Jurka

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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: bytea encoding
Следующее
От: Warren Killian
Дата:
Сообщение: PostgreSQL/Tomcat JNDI Datasource Questions