Re: very large result sets and ResultSet.relative() to jump to a desired offset

From: "Matt Magoffin" <postgresql(dot)org(at)msqr(dot)us>
To: "Oliver Jowett" <oliver(at)opencloud(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: very large result sets and ResultSet.relative() to jump to a desired offset
Date: 2008-09-24 06:34:41
Message-ID: 52017.192.168.1.106.1222238081.squirrel@msqr.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

> I'd suggest using LIMIT/OFFSET in your query.
>
> -O

Hmm, I had thought of that but was hoping to stay just in generic JDBC,
without Postgres specific SQL changes.

-- m@

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Michael Nacos 2008-09-24 14:06:40 Re: COPY support in JDBC driver?
Previous Message Oliver Jowett 2008-09-24 06:00:52 Re: very large result sets and ResultSet.relative() to jump to a desired offset