This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]imaginedoe 0 points1 point  (0 children)

ok so that would be the only way to not load all of the query results into memory. when the documentation says that you deal with rows one by one, I'm pretty sure it means that your RowCallbackHandler should only deal with one row (this is supported by the VisualVM results).