I have two very large files (and neither of them would fit in memory). Each file has one string (which doesn\'t have spaces in
I would load both files into two database tables so that each string in the file became a row in the table and use SQL queries to find duplicate rows using a join.