Hi,
I am aware of the paginating solution, *but*...
Performing a query, letting the database do the LIMIT and OFFSET,
instead of letting the DB return a huge resultset and paging through it
in java: isn't that a critical performance issue?
Why should'nt use OFFSET and LIMIT which are offered by the DB?
what are the issues there?
How *can* I use them using cayenne?
Cheers,
Ron
This archive was generated by hypermail 2.0.0 : Tue Mar 08 2005 - 05:51:35 EST