Re: not fetching all query results

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: Radim Kolar <hsn(at)filez(dot)com>
Cc: PostgreSQL JDBC <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: not fetching all query results
Date: 2012-07-17 18:28:10
Message-ID: CADK3HH+03Z3jik+G5XTpT9C0H3JzOgomYHL1fTNVi-ZJFdtRwQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Well the default is 0 which means that it is off, if you want to
activate it then set it to something.

Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca

On Tue, Jul 17, 2012 at 2:14 PM, Radim Kolar <hsn(at)filez(dot)com> wrote:
>
> 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.
>
>
> --
> Sent via pgsql-jdbc mailing list (pgsql-jdbc(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-jdbc

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2012-07-17 18:48:09 Re: not fetching all query results
Previous Message Radim Kolar 2012-07-17 18:14:20 Re: not fetching all query results