datatable
datatable copied to clipboard
Out-of-memory Example/Explanation/Documentation
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.
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 , can you elaborate on that, is there some documentation available? Thank you