Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any plans for out-of-memory data formats? #4384

Closed
hope-data-science opened this issue Apr 17, 2020 · 1 comment
Closed

Any plans for out-of-memory data formats? #4384

hope-data-science opened this issue Apr 17, 2020 · 1 comment

Comments

@hope-data-science
Copy link

In many times, the memory of the computer might not be large enough, and for each computation we don't really have to read all the data into RAM to carry out the computation. Could we possibly parse a csv instead of reading it into a RAM. I've seen this design in fst, with a new class named fst_table, and modify it to be used in tidyfst. I've tested the performance as well in another work (https://hope-data-science.github.io/tidyft/articles/Introduction.html).

Any plans to make it work for csv in data.table? I think this might be even more memory efficient and time saving with the powerful fread and fwrite.

Thanks.

@MichaelChirico
Copy link
Member

I think this is covered in #1336 #1721 and #3104 ; please re-open if there's something novel not mentioned in those

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants