zz-jason / leanstore

LeanStore is a larger-than-memory database, optimized for NVMe SSD and multi-core CPU, achieves performance close to in-memory systems without having to keep all data in memory.
MIT License
20 stars 2 forks source link

chore: refactor btree update related codes, part 2 #10

Closed zz-jason closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

Attention: 398 lines in your changes are missing coverage. Please review.

Comparison is base (d290b9a) 21.61% compared to head (bac48e8) 21.65%.

Files Patch % Lines
source/storage/btree/Tuple.cpp 0.00% 160 Missing :warning:
source/storage/btree/BTreeVI.cpp 0.99% 97 Missing and 3 partials :warning:
source/storage/btree/Tuple.hpp 0.00% 43 Missing :warning:
source/KVInterface.hpp 0.00% 29 Missing :warning:
source/storage/btree/BTreeVI.hpp 0.00% 27 Missing :warning:
source/storage/btree/BTreeLL.cpp 0.00% 23 Missing :warning:
source/concurrency-recovery/HistoryTree.cpp 0.00% 8 Missing :warning:
source/concurrency-recovery/Worker.hpp 0.00% 3 Missing :warning:
source/concurrency-recovery/HistoryTree.hpp 0.00% 2 Missing :warning:
source/storage/btree/core/BTreeWALPayload.hpp 0.00% 2 Missing :warning:
... and 1 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #10 +/- ## ========================================== + Coverage 21.61% 21.65% +0.03% ========================================== Files 84 85 +1 Lines 7720 7706 -14 Branches 3205 3186 -19 ========================================== Hits 1669 1669 + Misses 5213 5203 -10 + Partials 838 834 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.