Re: PostgreSQL, WebObjects and fetchSize

From: Kris Jurka <books(at)ejurka(dot)com>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: Jan Willem Luiten <jwl(at)secondmove(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: PostgreSQL, WebObjects and fetchSize
Date: 2005-05-11 22:04:08
Message-ID: Pine.BSO.4.56.0505111701440.15183@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Warren Killian 2005-05-11 22:53:45 PostgreSQL/Tomcat JNDI Datasource Questions
Previous Message Oliver Jowett 2005-05-11 21:53:00 Re: bytea encoding