-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: dataIssues in data modules (jdbc, orm, oxm, tx)Issues in data modules (jdbc, orm, oxm, tx)type: enhancementA general enhancementA general enhancement
Milestone
Description
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:
- Add Optional Support to JdbcTemplate [SPR-12662] #17262 Add Optional Support to JdbcTemplate
- Customize PreparedStatementCreatorFactory in getPreparedStatementCreator [SPR-16050] #20599 Customize PreparedStatementCreatorFactory in getPreparedStatementCreator
1 votes, 2 watchers
Metadata
Metadata
Assignees
Labels
in: dataIssues in data modules (jdbc, orm, oxm, tx)Issues in data modules (jdbc, orm, oxm, tx)type: enhancementA general enhancementA general enhancement