Sutherland interview question

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

Interview Answer

Anonymous

27 Dec 2018

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