JuliaDB.jl icon indicating copy to clipboard operation
JuliaDB.jl copied to clipboard

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

Open xinkai-zhou opened this issue 4 years ago • 2 comments

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?

xinkai-zhou avatar Jul 31 '20 04:07 xinkai-zhou

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

qtheperfect avatar Aug 06 '20 01:08 qtheperfect

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.

xinkai-zhou avatar Aug 06 '20 04:08 xinkai-zhou