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

Is removing in the road map? #85

Closed
vzayko opened this issue Jan 24, 2019 · 4 comments
Closed

Is removing in the road map? #85

vzayko opened this issue Jan 24, 2019 · 4 comments

Comments

@vzayko
Copy link

vzayko commented Jan 24, 2019

Do you plan to add removing operation any time soon? Thanks!

@badrishc
Copy link
Contributor

Yes, deleting via tombstone records is planned, but you can also do it yourself at the application level by updating the record with a field that indicates it is marked as deleted. Are you using the C# or C++ version of FASTER?

@vzayko
Copy link
Author

vzayko commented Jan 25, 2019

Thank you for the info and idea! I use c# version.

@badrishc
Copy link
Contributor

We are in the process of adding first-class support for both deletes and periodic log compaction. See PRs #112 and #114 for details.

@badrishc
Copy link
Contributor

Support for deletes is now merged to master.

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

2 participants