Advice on handling large data volumes

前端 未结 11 1284
鱼传尺愫
鱼传尺愫 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:23

    You might want to have a look at the entries in the Wide Finder Project (do a google search for "wide finder" java).

    The Wide finder involves reading over lots of lines in log files, so look at the Java implementations and see what worked and didn't work there.

提交回复
热议问题