Re: BLOB performance test FYI - Mailing list pgsql-jdbc

From Anders Bengtsson
Subject Re: BLOB performance test FYI
Date
Msg-id 1019234948.2038.6.camel@spinoza
Whole thread Raw
In response to Re: BLOB performance test FYI  ("Marin Dimitrov" <marin.dimitrov@sirma.bg>)
List pgsql-jdbc
On 2002-04-19 Marin Dimitrov wrote:

> > This means that it would be possible to stream responses too, even with
> > the current protocol. But it's very impractical for the user, so it's
> > not a very good solution.
> >
>
> why is that?
>
> the Oracle driver demands that columns be read in left-to-right order too,
> without skipping a column

I guess I under-estimated the pain treshold for impractical features,
then. ;-)

> I'm also not sure that many people need executing a statement more than once
> with the *same* parameter values

Yes, the only thing to worry about here is standards compliance. It's
certainly a reasonable demand for the user to set up the parameters
again if they for some reason want to repeat a query.

/Anders
--

A n d e r s  B e n g t s s o n  |  ndrsbngtssn@yahoo.se
Stockholm, Sweden               |


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


pgsql-jdbc by date:

Previous
From: Tim Pizey
Date:
Subject: Melati 0.6.0 Released
Next
From: Barry Lind
Date:
Subject: Re: [PATCHES] patch for ResultSet.java