Skip to content

ethdb/pebble: lower the compaction debt #31988

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rjl493456442
Copy link
Member

This pull request reduces the threshold for triggering compaction at level0, leading to less
compaction debt. This change is helpful in the case of heavy write-load, mitigating the case
of heavy write stalls caused by compaction.

@rjl493456442
Copy link
Member Author

rjl493456442 commented Jun 9, 2025

The first half is master, the second half is PR.

截屏2025-06-09 20 35 39 截屏2025-06-09 20 35 50 截屏2025-06-09 20 36 13 截屏2025-06-09 20 36 26

@rjl493456442 rjl493456442 added this to the 1.15.12 milestone Jun 9, 2025
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

Successfully merging this pull request may close these issues.

1 participant