Re: table full scan - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: table full scan
Date
Msg-id Pine.BSO.4.61.0601050713560.9579@leary.csoft.net
Whole thread Raw
In response to table full scan  ("Khaldoun Ateyeh" <Khaldoun.Ateyeh@panoratio.de>)
List pgsql-jdbc

On Thu, 5 Jan 2006, Khaldoun Ateyeh wrote:

> I am using jdbc to full scan a huge table (over 11 million records).
> Unfortunately, I get an OutOfMemoryError exception. Is there any way to
> tell postgre not to try to load the whole table at once?
>

http://jdbc.postgresql.org/documentation/81/query.html#query-with-cursor

Kris Jurka

pgsql-jdbc by date:

Previous
From: "Khaldoun Ateyeh"
Date:
Subject: table full scan
Next
From: Roland Walter
Date:
Subject: Re: table full scan