Alibaba Group Interview Question

How to join two big files especially the memory can not load all the data.

Interview Answer

Anonymous

Aug 8, 2015

Partition the files according to hash function. And join them within the same hash bucket.