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

Working with out-of-memory data #3101

Closed
waynelapierre opened this issue Oct 7, 2018 · 1 comment
Closed

Working with out-of-memory data #3101

waynelapierre opened this issue Oct 7, 2018 · 1 comment

Comments

@waynelapierre
Copy link

I really like the performance of data.table, however it seems to only work with in-memory data. I was wondering how I can work with out-of-memory data.

@jangorecki
Copy link
Member

jangorecki commented Oct 7, 2018

As of now it is not possible, you can work around by chunking your data or partition your data across multiple machines with big.data.table. We do plan to support out-of-memory data, to stay up to date with that feature you can subscribe to #1336

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

2 participants