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

Is it possible to let users decide whether to load the data into memory or not? #346

Open
xinkai-zhou opened this issue Jul 31, 2020 · 2 comments

Comments

@xinkai-zhou
Copy link

If I understand correctly, JuliaDB.loadtable will load the data into memory if the data is small. Otherwise it keeps it on the disk and loads the necessary portion when needed.

I wonder if it's possible to add an option that let users decide if they want to load the data into memory?

@qtheperfect
Copy link

So do I wonder what exactly "load the data" means here.

@xinkai-zhou
Copy link
Author

So do I wonder what exactly "load the data" means here.

Not sure if I'm my wording is precise, but I'm referring to bringing the data from disk to memory.

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

No branches or pull requests

2 participants