Re: [PERFORM] Cursors performance - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: [PERFORM] Cursors performance
Date
Msg-id Pine.BSO.4.56.0407121610180.24837@leary.csoft.net
Whole thread Raw
In response to Re: [PERFORM] Cursors performance  (Barry Lind <blind@xythos.com>)
Responses Re: [PERFORM] Cursors performance
List pgsql-jdbc

On Mon, 12 Jul 2004, Barry Lind wrote:

> Bill,
>
> I suspect that this is an artifact of using server side prepared
> statements.  When testing this via psql you will be forming sql like:

I don't think so.  The 7.4 driver can use either cursors or server
prepared statements, not both.  He's definitely using cursors, so I server
prepared statements don't come into the mix here.

Kris Jurka


pgsql-jdbc by date:

Previous
From: Barry Lind
Date:
Subject: Re: [PERFORM] Cursors performance
Next
From: ow
Date:
Subject: Re: ResultSetMetaData enhancements