Skip to content

State Store: Compact pruned key range after each prune#3675

Merged
masih merged 1 commit into
mainfrom
kbhat/sto-602-prune-compaction
Jul 1, 2026
Merged

State Store: Compact pruned key range after each prune#3675
masih merged 1 commit into
mainfrom
kbhat/sto-602-prune-compaction

perf(sei-db): compact pruned key range after each State Store prune

6feb36d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 1, 2026 in 0s

58.07% (-0.91%) compared to 2378fca

View this Pull Request on Codecov

58.07% (-0.91%) compared to 2378fca

Details

Codecov Report

❌ Patch coverage is 84.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 58.07%. Comparing base (2378fca) to head (6feb36d).
⚠️ Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
sei-db/db_engine/pebbledb/mvcc/db.go 88.88% 1 Missing and 1 partial ⚠️
sei-db/db_engine/pebbledb/mvcc/db_ascending.go 71.42% 1 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3675      +/-   ##
==========================================
- Coverage   58.97%   58.07%   -0.91%     
==========================================
  Files        2263     2179      -84     
  Lines      187223   177592    -9631     
==========================================
- Hits       110421   103129    -7292     
+ Misses      66858    65304    -1554     
+ Partials     9944     9159     -785     
Files with missing lines Coverage Δ
sei-db/db_engine/pebbledb/mvcc/db.go 67.65% <88.88%> (+1.32%) ⬆️
sei-db/db_engine/pebbledb/mvcc/db_ascending.go 53.75% <71.42%> (+35.79%) ⬆️

... and 85 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.