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

size limit #9

Open
okdistribute opened this issue Jun 17, 2016 · 3 comments
Open

size limit #9

okdistribute opened this issue Jun 17, 2016 · 3 comments

Comments

@okdistribute
Copy link
Collaborator

okdistribute commented Jun 17, 2016

when storing data on disk, dat.haus could have a size limit

@juliangruber
Copy link
Owner

+1. i think this needs to be configurable, as it's more a devops issue. @mafintosh was talking about instead storing data in leveldb, storing it in one append-only file per archive, where it would be easy to implement a size limit.

What happens though if a size limit is reached? Switch to selective replication?

@mafintosh
Copy link
Collaborator

@juliangruber we could treat storage as one big lru cache. as long as someone else is hosting the data it would continue to always work.

@okdistribute
Copy link
Collaborator Author

+1 on configurable!

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

3 participants