MrCroxx / RunKV

[WIP] An experimental cloud-native distributed KV engine for OLTP workload.
MIT License
68 stars 7 forks source link

feat: introduce sharded notify pool to reduce lock competition #135

Closed MrCroxx closed 2 years ago

MrCroxx commented 2 years ago

As titled.

Ref: #126 .

codecov[bot] commented 2 years ago

Codecov Report

Merging #135 (5764eb7) into main (0bfdac8) will increase coverage by 0.03%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #135      +/-   ##
==========================================
+ Coverage   82.46%   82.49%   +0.03%     
==========================================
  Files          75       75              
  Lines        7289     7313      +24     
==========================================
+ Hits         6011     6033      +22     
- Misses       1278     1280       +2     
Impacted Files Coverage Δ
common/src/notify_pool.rs 98.30% <100.00%> (+1.16%) :arrow_up:
wheel/src/lib.rs 84.91% <100.00%> (ø)
wheel/src/components/lsm_tree.rs 89.47% <0.00%> (-0.59%) :arrow_down:
storage/src/lsm_tree/manifest/version.rs 81.87% <0.00%> (-0.23%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0bfdac8...5764eb7. Read the comment docs.