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

Need to flush old keys if running low on memory #1

Closed
avibryant opened this issue Apr 3, 2013 · 0 comments
Closed

Need to flush old keys if running low on memory #1

avibryant opened this issue Apr 3, 2013 · 0 comments

Comments

@avibryant
Copy link
Owner

Right now this will blow up if your keyspace is too large. The correct failure mode is to flush keys that haven't been updated recently. This means the output might have multiple rows for a given key; these could be combined by sorting the output and running back through scrub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant