Re: MySQL doesn't support fetch size
Posted by: pp dd
Date: March 30, 2007 05:44AM

I see that the jdbc api says setFetchSize() is a hint. But the jdbc api defines the resultset in an iterator manner, so it is natural to assume that the mysql resultset do not load all result data in memory!

Furthermore in my opinion this strange behavior of mysql (jdbc driver) is not very well documented. The first time I discovered this behavior, i was very surprised...

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL doesn't support fetch size
March 30, 2007 05:44AM


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.