|
|
|
|
|
by enriquto
457 days ago
|
|
But why do you want to fit the whole dataset in memory? If the dataset is stored in a tiled and multi-scaled representation you need to only grab the part of it that is needed to fit your screen (which is a constant, small amount of data, even if the dataset is arbitrarily large). If you insist to fit the entire thing in memory, it may seem better to do so in the plain RAM, which nowadays is of humongous size even in "modest" systems. |
|
But with 10 billion points, you need to consider more sophisticated approaches.
[1] https://en.wikipedia.org/wiki/Parkinson%27s_law