Re: Really large fetches

From: Andrus (andru..bjectstyle.org)
Date: Wed Jun 19 2002 - 12:57:13 EDT

  • Next message: Robert John Andersen: "Re: Really large fetches"

    At 12:47 PM 6/19/2002 -0400, you wrote:
    >Its not about the pages, its about retrieving sets of rows because its
    >faster to do that then 1 at a time.

    At the lowest level Java has access to - java.sql.ResultSet - you would
    still read one row at a time. This is how JDBC works, right? It is up to
    the driver to optimize the data transfer batches. For the classes that are
    being fed data from ResultSet this is totally transparent.



    This archive was generated by hypermail 2.0.0 : Wed Jun 19 2002 - 12:56:41 EDT