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

Modify buckets in bucketlist to automatically switch to disk-backed storage when they grow beyond a given size #54

Closed
graydon opened this issue Jan 22, 2015 · 0 comments
Assignees

Comments

@graydon
Copy link
Contributor

graydon commented Jan 22, 2015

Buckets should be memory-bounded and switch to disk-backed form when larger than some threshold value (say, 10MB or so?). This will require rewriting the merge algorithm to optionally use disk-based iteration as well, and rewriting the history bucket-writing code to just flip the bucket to disk-backed mode.

@graydon graydon self-assigned this Jan 22, 2015
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

1 participant