Re: Server side resultset search (for performance reasons) - Mailing list pgsql-jdbc

From David Wall
Subject Re: Server side resultset search (for performance reasons)
Date
Msg-id 009201c35a9e$c33d8f70$3201a8c0@rasta
Whole thread Raw
In response to Re: Server side resultset search (for performance reasons)  ("Scot P. Floess" <floess@mindspring.com>)
Responses Re: Server side resultset search (for performance reasons)
List pgsql-jdbc
> I'm surprised no one has yet suggested using a cursor.

Some people don't use cursors because creating and using them requires
db-specific code inside their otherwise vanilla JDBC.  Of course, using
LIMIT/OFFSET is also db-specific...

David


pgsql-jdbc by date:

Previous
From: Felipe Schnack
Date:
Subject: setFetchSize() bug?
Next
From: "scott.marlowe"
Date:
Subject: Re: Server side resultset search (for performance reasons)