Bug 140 : ENHANCEMENT: Add support for JDBC Statement.setFetchSize() hint... for Query and SqlQuery
Priority 
High
Reported Version 
 
Logged By 
Rob
Status 
Fixed
Fixed Version 
2.1.0
Assigned To 
 
Product 
Ebean - core
Duplicate Of 
 
Created 
18/08/2009
Updated 
18/08/2009
Type 
Bug
 
Attachments 
No attachments

This is a hint that can be passed to the JDBC driver as to how many rows to fetch from the database at a time.

This is ONLY A HINT to the JDBC driver. It may not even be required very often (it may be required on Postgres for large queries though).

 
Rob 18 Aug 08:12
Added Query.setBufferFetchSizeHint(int bufferFetchSizeHint)

I have added a setBufferFetchSizeHint(int bufferFetchSizeHint) method ...

... to the Query and SqlQuery objects.

Rob 19 Aug 21:40
Fixed in HEAD

This is fixed in HEAD.

woResponse

Upload a file