Sutherland Interview Question

Design a solution for processing a 5GB file and store it to the Database.

Interview Answer

Anonymous

Dec 27, 2018

read the file single threaded and parallelize it at processing layer.