On Mon, 29 Aug 2005 rstepha1(at)nycap(dot)rr(dot)com wrote:
> I am having a problem with performing large selects and getting a
> java.lang.OutOfMemoryError.
>
> How do you get the driver to not retrieve all of the data into the
> ResultSet? Is there a setting either within the JDBC driver, or at the
> database that would determine caching X number of rows returned at a time?
>
http://jdbc.postgresql.org/documentation/80/query.html#query-with-cursor
Kris Jurka