Re: PostgreSQL, WebObjects and fetchSize

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: PostgreSQL, WebObjects and fetchSize
Дата
Msg-id 42827DE3.90802@opencloud.com
обсуждение исходный текст
Ответ на Re: PostgreSQL, WebObjects and fetchSize  (Jan Willem Luiten <jwl@secondmove.com>)
Список pgsql-jdbc
Jan Willem Luiten wrote:

> Besides that, on the TODO list it says under "Performance":
>
>     Allow scrollable ResultSets to not fetch all results in one batch.
>
> Could this have to do with the problem I encountered?

Possibly. As I originally said:

> Yes: Statement.setFetchSize(). Currently it only takes effect with
> autocommit off and TYPE_FORWARD_ONLY resultsets.

Perhaps WebObjects is using resultsets of a different type, or has
autocommit on. I couldn't say without seeing the code in question.

-O

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

Предыдущее
От: Jesse Eichar
Дата:
Сообщение: bytea encoding
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: bytea encoding