whjpji opened a new pull request #78:
URL: https://github.com/apache/commons-dbutils/pull/78


   When the batch size is large (e.g. 100,000), fetching the parameter metadata 
can be extremly time-consuming in the batch operation (in my case, nearly slow 
down as 100 times of performance in contrast to prefetch in advance).
   
   So I added a parameter to the `batch` method to allow the user to choose 
whether to prefetch the paramter metadata only once before filling the 
statement.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@commons.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to