how to handle big tables, that does not fit into heap memory at once?
Posted by: mkaktus
Date: June 03, 2005 01:01PM

Hi
how to handle big tables, that does not fit into heap memory at once?

Documentation of ResultSet says that forward-only, read-only result set, fetched row by row, are only allowed, but with totaly locking involved tables.
(MySQL Connector/J Documentation - 1.3.2 JDBC API Implementation Notes, Resultset )

How to scan/iterate big tabels row by row and make updates?

( Sun's CachedRowSetImpl didnt work either )

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.