Re: ResultSet memory usage - Mailing list pgsql-jdbc

From Timo Savola
Subject Re: ResultSet memory usage
Date
Msg-id 1010873595.1144.2.camel@whiz-bang
Whole thread Raw
In response to Re: ResultSet memory usage  (Jens Carlberg <jenca@lysator.liu.se>)
List pgsql-jdbc
> If the keys aren't unique enough to avoid the second query getting to
> big, you can use the LIMIT keyword to sorta kinda implement your own
> cursor:

The contents of the table may change from select to select. I think real
cursors work best in this case.

Timo


pgsql-jdbc by date:

Previous
From: Tom Lane
Date:
Subject: Re: JDBC patch for DatabaseMetaData
Next
From: Timo Savola
Date:
Subject: Re: ResultSet memory usage