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

compact: move tombstone density compactions #4161

Open
jbowens opened this issue Nov 13, 2024 · 0 comments
Open

compact: move tombstone density compactions #4161

jbowens opened this issue Nov 13, 2024 · 0 comments

Comments

@jbowens
Copy link
Collaborator

jbowens commented Nov 13, 2024

The move compaction optimization doesn't apply to compactions picked as tombstone density compactions, resulting in unnecessarily rewriting sstables that could've been trivially moved to the next level.

I241101 19:33:30.159675 12035713 3@pebble/event.go:776 ⋮ [n30,s141,pebble] 67372  [JOB 2477] compacted(tombstone-density) L4 [5400119] (4.0MB) Score=0.00 + L5 [] (0B) Score=0.00 -> L5 [5400166] (4.0MB), in 0.0s (0.0s total), output rate 98MB/s

Jira issue: PEBBLE-301

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Incoming
Development

No branches or pull requests

1 participant