Can you please tell us how best to store a multidimensional dynamic array (ranging in size from 120GB to 8-20 TB), as well as access its elements without loading the entire array into RAM?
The main condition is a quick read access to the elements of the array, the rest does not matter. In extreme cases, you can any programming language, not just C #.