Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upleveldown for storing data #486
Closed
Comments
This comment has been minimized.
This comment has been minimized.
|
looks like it could also be done by subing out an indexeddb based chunk store for the memory one by default |
This comment has been minimized.
This comment has been minimized.
|
Some stores have been created. At the moment I'm working on https://github.com/DiegoRBaquero/lf-chunk-store, it wraps IndexedDB, WebSQL and localStorage, it shows promise |
This comment has been minimized.
This comment has been minimized.
|
@calvinmetcalf Yeah, the approach we want to take is the indexeddb chunk store. |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
it should be possible to seed and download to a levelup db if the file was broken up and the chunks stored separately. This could prevent some of the out of memory issues that are being seen. You could still stream out of it without putting it all in memory.