Question
NTT DATA Co Ltd
JP
Last activity: 18 Jul 2023 13:06 EDT
inserting a 5 million record CSV file to local storage.
We would like to ask for best practices and implementation steps when inserting a 5 million record CSV file to local storage.
The following are the candidates we are considering here, but we think it is difficult to take (1) because it takes too much time when massively inserting.
(1) Use Obj-Save to submit each row.
(2) Create SQL by java step and batch insert (No improvement from (1).
(3) Data submission using DataFlow (Not started yet)
Please let us know if there are other effective approaches.
***Edited by Moderator Marije to add Capability tags***