[
https://issues.apache.org/jira/browse/DBUTILS-127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mina Asham updated DBUTILS-127:
-------------------------------
Description:
Supporting iterables using batch DB queries is extremely important when you
want to iterate over a large set of data without loading all of it in memory
and waiting for DB to load all the query result.
This will enable cursor loading from DB.
I have written a patch to add more handlers supporting iterables and modified
where appropriate to propagate the change, I have also added tests for all the
new handlers.
was:
Supporting iterables using batch DB queries is extremely important when you
want to iterate over a large set of data without loading all of it in memory
and waiting for DB to load all the query result.
This will enable cursor loading from DB.
> Iterable and batch support
> --------------------------
>
> Key: DBUTILS-127
> URL: https://issues.apache.org/jira/browse/DBUTILS-127
> Project: Commons DbUtils
> Issue Type: New Feature
> Affects Versions: 1.6
> Reporter: Mina Asham
> Labels: features, patch, test
> Attachments: DBUTILS-127.patch
>
> Original Estimate: 168h
> Remaining Estimate: 168h
>
> Supporting iterables using batch DB queries is extremely important when you
> want to iterate over a large set of data without loading all of it in memory
> and waiting for DB to load all the query result.
> This will enable cursor loading from DB.
> I have written a patch to add more handlers supporting iterables and modified
> where appropriate to propagate the change, I have also added tests for all
> the new handlers.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)