MrCroxx / RunKV

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

feat: impl ConcatIterator #7

Closed MrCroxx closed 2 years ago

MrCroxx commented 2 years ago

Ref: #1

MrCroxx commented 2 years ago

Codecov Report

Merging #7 (f8f7a0a) into main (6d2451a) will increase coverage by 1.57%. The diff coverage is 98.40%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #7      +/-   ##
==========================================
+ Coverage   92.27%   93.84%   +1.57%     
==========================================
  Files          11       12       +1     
  Lines         427      569     +142     
==========================================
+ Hits          394      534     +140     
- Misses         33       35       +2     
Impacted Files Coverage Δ
storage/src/sstable/block.rs 95.36% <50.00%> (ø)
storage/src/iterator/concat_iterator.rs 98.43% <98.43%> (ø)
storage/src/iterator/block_iterator.rs 98.80% <100.00%> (+0.10%) :arrow_up:

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 6d2451a...f8f7a0a. Read the comment docs.