Re: ResultSet memory usage - Mailing list pgsql-jdbc

From Timo Savola
Subject Re: ResultSet memory usage
Date
Msg-id 1010765309.10350.11.camel@vorlon
Whole thread Raw
In response to Re: ResultSet memory usage  ("Dave Cramer" <Dave@micro-automation.net>)
Responses Re: ResultSet memory usage
List 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



pgsql-jdbc by date:

Previous
From: Timo Savola
Date:
Subject: Re: ResultSet memory usage
Next
From: "Dave Cramer"
Date:
Subject: Re: ResultSet memory usage