Optimized on-disk data structure for search with minimal random accesses
I have a huge file (~16TB) that contains a list of 8-byte keys mapped to 8-byte values. (2^30 pairs, 16 bytes each).
I have a huge file (~16TB) that contains a list of 8-byte keys mapped to 8-byte values. (2^30 pairs, 16 bytes each).