-
Notifications
You must be signed in to change notification settings - Fork 3
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
Support record rotation for overwriting old records #186
Comments
This is my proposal idea. I think that data has period at created time. Can the time be used by our deletion point? |
I think, using a But, it seems good when it comes to using the |
New column family for data-periodI had considered to append the data-period to value of the record, but I thought it is much more convenient to add new column family for data-period when it comes to finding expired records. Proposed IdeaAdd new column family(
When broker received a record with the In addition, the |
change terminology |
Is it okay to delete the oldest records when the disk is full? |
The text was updated successfully, but these errors were encountered: