Re: ResultSet memory usage

From: Timo Savola <timo(dot)savola(at)codeonline(dot)com>
To: Dave(at)micro-automation(dot)net, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: ResultSet memory usage
Date: 2002-01-12 22:21:33
Message-ID: 1010874093.1201.4.camel@whiz-bang
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

> Cursors work just fine in this instance, though

I wrote a version of my DB layer that uses cursors. It seems to be quite
fast. A lot faster than simply selecting all of the unused rows, anyway.
Thanks.

Timo

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Frank Joerdens 2002-01-13 15:44:58 Re: Does pg_dumpall do BLOBs too?
Previous Message Timo Savola 2002-01-12 22:13:15 Re: ResultSet memory usage