Hi,
I have one input file having almost trillions of records.
Input:
Key Value
a XYZ
b xyz
. ...
. ...
How to store the above data in multithreaded map and retrieve in the same manner?
I have one input file having almost trillions of records.
Input:
Key Value
a XYZ
b xyz
. ...
. ...
How to store the above data in multithreaded map and retrieve in the same manner?
Comment