Re: Queries with large ResultSets - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: Queries with large ResultSets
Date
Msg-id 40ADEA4D.7080303@opencloud.com
Whole thread Raw
In response to Re: Queries with large ResultSets  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
Dave Cramer wrote:
> There's some confusion as to whether a cursor is materialized even
> inside a transaction. It could be that complicated queries will be
> stored on the disk too.

The docs cover this. Executive summary: SCROLL cursors might be more
expensive than NO SCROLL cursors, depending on the query. It's a
separate issue to WITH HOLD / WITHOUT HOLD as far as I know.

http://www.postgresql.org/docs/7.4/static/sql-declare.html

-O

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: Queries with large ResultSets
Next
From: Dave Cramer
Date:
Subject: internal type cache, and getUDT implementation