Re: not fetching all query results

From: Radim Kolar <hsn(at)filez(dot)com>
To:
Cc: PostgreSQL JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: not fetching all query results
Date: 2012-07-17 18:14:20
Message-ID: 5005AB7C.5010508@filez.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc


setFetchSize is defined there:

https://github.com/pgjdbc/pgjdbc/blob/master/org/postgresql/jdbc2/AbstractJdbc2Statement.java

but i havent checked if this value is really used for something. But
probably not because its OOM here if result set is over 30k rows.

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2012-07-17 18:28:10 Re: not fetching all query results
Previous Message Dave Cramer 2012-07-17 17:57:25 Re: not fetching all query results