Skip to content

Add iterable JDBC template to process large amount of data [SPR-13900] #18474

@spring-projects-issues

Description

@spring-projects-issues

Michael Osipov opened SPR-13900 and commented

I have a usecase where I need to write a table with millions of rows to an output stream via HTTP. Those data cannot be reasonably fetched with the current JdbcTemplate. One would need an abstracted iterator which does all the nice stuff JdbcTemplate but does not spill memory.

Fortunately, there is springjdbc-iterable but the author is not maintaining it anymore. I have requested to donate this code to Spring core to have this by default.


Affects: 4.2.4

Issue Links:

1 votes, 2 watchers

Metadata

Metadata

Assignees

Labels

in: dataIssues in data modules (jdbc, orm, oxm, tx)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions