Re: BLOB performance test FYI

From: Anders Bengtsson <ndrsbngtssn(at)yahoo(dot)se>
To: Marin Dimitrov <marin(dot)dimitrov(at)sirma(dot)bg>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: BLOB performance test FYI
Date: 2002-04-19 16:49:05
Message-ID: 1019234948.2038.6.camel@spinoza
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)yahoo(dot)se
Stockholm, Sweden |

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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tim Pizey 2002-04-19 17:06:06 Melati 0.6.0 Released
Previous Message Barry Lind 2002-04-19 16:43:44 Re: [PATCHES] patch for ResultSet.java