You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2021/07/15 08:25:45 UTC

[GitHub] [commons-dbutils] whjpji opened a new pull request #78: Prefetch the parameter metadata before filling the statements in batch.

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-unsubscribe@commons.apache.org

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



[GitHub] [commons-dbutils] coveralls commented on pull request #78: Prefetch the parameter metadata before filling the statements in batch.

Posted by GitBox <gi...@apache.org>.
coveralls commented on pull request #78:
URL: https://github.com/apache/commons-dbutils/pull/78#issuecomment-880556039


   
   [![Coverage Status](https://coveralls.io/builds/41393050/badge)](https://coveralls.io/builds/41393050)
   
   Coverage increased (+0.3%) to 65.901% when pulling **28ea739a3e7f406cd23f8f5c985f5009c83e475f on whjpji:prefetch_pmd** into **0ec111e38a4f4458d16d4b0299cfe0f6ae86464a on apache:master**.
   


-- 
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-unsubscribe@commons.apache.org

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