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

Avoid re-reading tombstone data when writing tombstones #5503

Closed
jwilder opened this issue Feb 1, 2016 · 3 comments
Closed

Avoid re-reading tombstone data when writing tombstones #5503

jwilder opened this issue Feb 1, 2016 · 3 comments

Comments

@jwilder
Copy link
Contributor

jwilder commented Feb 1, 2016

Deletes read and re-write a tombstone file for a given tsm file containing series keys that are deleted. This could be improved to only write new files allow the tombstone to be immutable.

Original issue from #4977.

@jwilder jwilder added this to the 1.0.0 milestone Jul 18, 2016
@jwilder jwilder modified the milestones: 1.1.0, 1.0.0 Aug 4, 2016
@jwilder
Copy link
Contributor Author

jwilder commented Aug 4, 2016

Tombstone files are already immutable. Writing them could still be improved to avoid re-reading (or copying) existing tombstone data.

@jwilder jwilder changed the title Write immutable tombstone files for TSM deletes Avoid re-reading tombstone data when writing tombstones Aug 4, 2016
@jwilder jwilder modified the milestones: 1.2.0, 1.1.0 Oct 6, 2016
@jwilder jwilder modified the milestones: Longer term, 1.2.0 Dec 19, 2016
@dgnorton dgnorton added the 1.x label Jan 7, 2019
@stale
Copy link

stale bot commented Jul 23, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jul 23, 2019
@stale
Copy link

stale bot commented Jul 30, 2019

This issue has been automatically closed because it has not had recent activity. Please reopen if this issue is still important to you. Thank you for your contributions.

@stale stale bot closed this as completed Jul 30, 2019
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

2 participants