Advice on handling large data volumes

前端 未结 11 1297
鱼传尺愫
鱼传尺愫 2020-12-14 05:10

So I have a \"large\" number of \"very large\" ASCII files of numerical data (gigabytes altogether), and my program will need to process the entirety of it sequentially at l

11条回答
  •  再見小時候
    2020-12-14 05:34

    I've found Informatica to be an exceptionally useful data processing tool. The good news is that the more recent versions even allow Java transformations. If you're dealing with terabytes of data, it might be time to pony up for the best-of-breed ETL tools.

    I'm assuming you want to do something with the results of the processing here, like store it somewhere.

提交回复
热议问题