Re: Server side resultset search (for performance reasons)

From: "David Wall" <d(dot)wall(at)computer(dot)org>
To: <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Server side resultset search (for performance reasons)
Date: 2003-08-04 15:40:41
Message-ID: 009201c35a9e$c33d8f70$3201a8c0@rasta
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message scott.marlowe 2003-08-04 16:14:53 Re: Server side resultset search (for performance reasons)
Previous Message Felipe Schnack 2003-08-04 15:18:08 setFetchSize() bug?