Re: ResultSet memory usage

From: Timo Savola <timo(dot)savola(at)codeonline(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: ResultSet memory usage
Date: 2002-01-11 16:08:23
Message-ID: 1010765309.10350.11.camel@vorlon
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

> Unfortunately this is an artifact of the way the backend works, once the
> request is made the backend is going to give us all the data.

Couldn't that still be implemented in the JDBC driver by reading from
the socket a little at a time? Or would that introduce bigger problems,
like catastrophic slowdown of other connections to the backend?

Timo

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2002-01-11 16:22:27 Re: ResultSet memory usage
Previous Message Timo Savola 2002-01-11 16:05:40 Re: ResultSet memory usage