Diff of two very large text files

早过忘川 提交于 2021-02-08 06:08:56

问题


I have to text files:

file one: 400gb
file two: 411gb

These files are database dumps in rdf format. The bigger file is the newer and it has new data. 11gb of the data are new.

I want to do a file diff to get this new 11gb of data to import the new data into my database without touching the old.

How can i do it efficiently using java?

来源:https://stackoverflow.com/questions/24714810/diff-of-two-very-large-text-files

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!