Re: PostgreSQL, WebObjects and fetchSize
От
Oliver Jowett
Тема
Re: PostgreSQL, WebObjects and fetchSize
Дата
Msg-id
42820FAC.8030806@opencloud.com
Ответ на
PostgreSQL, WebObjects and fetchSize (Jan Willem Luiten)
Список
Дерево обсуждения
PostgreSQL, WebObjects and fetchSize Jan Willem Luiten <jwl@secondmove.com>
Re: PostgreSQL, WebObjects and fetchSize Oliver Jowett <oliver@opencloud.com>
Re: PostgreSQL, WebObjects and fetchSize Jan Willem Luiten <jwl@secondmove.com>
Re: PostgreSQL, WebObjects and fetchSize Oliver Jowett <oliver@opencloud.com>
Re: PostgreSQL, WebObjects and fetchSize Jan Willem Luiten <jwl@secondmove.com>
Re: PostgreSQL, WebObjects and fetchSize Oliver Jowett <oliver@opencloud.com>
Re: PostgreSQL, WebObjects and fetchSize Kris Jurka <books@ejurka.com>
Re: PostgreSQL, WebObjects and fetchSize David Teran <david.teran@cluster9.com>
Jan Willem Luiten wrote: > This seems to be caused by the jdbc adaptor reading the complete > resultset instead of using a scrollable cursor. Is there a way to solve > this, eg by setting the fetchsize in some way? Yes: Statement.setFetchSize(). Currently it only takes effect with autocommit off and TYPE_FORWARD_ONLY resultsets. -O
В списке pgsql-jdbc по дате отправления