Design an External Sorting System for Large Distributed Files
Design a system that sorts numbers spread across multiple computers in files totaling over 200GB, given a server with 500GB disk space and only 8GB of RAM, without loading all data into memory at once.
Asked at:
Amazon