datatable icon indicating copy to clipboard operation
datatable copied to clipboard

Out-of-memory Example/Explanation/Documentation

Open samukweku opened this issue 4 years ago • 2 comments

I am linking to a question on SO, regarding out-of-memory datasets. I dont have the proper understanding to answer, and would also love to learn more about this. Tagging @st-pasha @oleksiyskononenko.

SO link

samukweku avatar Feb 21 '21 23:02 samukweku

Out-of-memory datasets are those that stored on disk in Jay format. When you open such dataset, it does not load the data into memory - instead, all data remains on disk and then transferred into memory on the go as it becomes actually needed.

st-pasha avatar Feb 22 '21 20:02 st-pasha

@st-pasha , can you elaborate on that, is there some documentation available? Thank you

GitHunter0 avatar Feb 23 '21 00:02 GitHunter0