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

Flush Old Events from Eventstreams #25

Open
gmcquillan opened this issue Jan 3, 2012 · 0 comments
Open

Flush Old Events from Eventstreams #25

gmcquillan opened this issue Jan 3, 2012 · 0 comments
Milestone

Comments

@gmcquillan
Copy link
Owner

This is a bit of a controversial proposal, however at some point we need to figure out how to move old events out of redis-server, which requires that the data fit into memory.

We can go two routes with this:

  1. Just remove items older than X, or items older than the latest Y items.
  2. Use those same rules, but instead of deleting them, we serialize to disk.

I'm strongly leaning toward the second procedure, but I'm looking for comments.

Right now, Firetower at UA is taking up about 4G of memory, and generating about as much in logfiles everyday.

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