Skip to content

Conversation

rjl493456442
Copy link
Member

@rjl493456442 rjl493456442 commented Jun 9, 2025

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.

closes #31830

@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
@fjl fjl merged commit 71653cf into ethereum:master Jun 17, 2025
3 of 4 checks passed
rjl493456442 added a commit to rjl493456442/go-ethereum that referenced this pull request Jul 19, 2025
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.

closes ethereum#31830
howjmay pushed a commit to iotaledger/go-ethereum that referenced this pull request Aug 27, 2025
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.

closes ethereum#31830
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.

Reduce the Pebble compaction debt
2 participants