-
Notifications
You must be signed in to change notification settings - Fork 8
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
mongodb file size limitations #26
Comments
Agreed, I need to think about the best way to do that.
|
Hmm. What about option 1 with additionally copying the file into the working directory on the user's machine? I assume it wouldn't be usable within the DB, but it could be loaded into the script/notebook the user is using as numpy array. |
That would be no problem I guess. Good idea. It will require some thinking about the implementation, you might even not have to write it to disk. Actually I just checked. This is really super simple... |
I just came across a
pymongo.errors.DocumentTooLarge
error on a very small dataset, probably because I accidentally produced a huge transition matrix. We might need to solve this problem sooner or later, especially because the discrete trajectories become larger and larger with time...The text was updated successfully, but these errors were encountered: