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 #8

Closed zz-jason closed 8 months ago

codecov[bot] commented 8 months ago

Codecov Report

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

Comparison is base (163bc1e) 21.66% compared to head (3453068) 21.64%.

Files Patch % Lines
source/storage/btree/Tuple.cpp 0.00% 308 Missing :warning:
source/storage/btree/BTreeVI.cpp 0.00% 100 Missing and 2 partials :warning:
source/storage/btree/BTreeVI.hpp 3.12% 62 Missing :warning:
source/storage/btree/Tuple.hpp 13.84% 56 Missing :warning:
source/storage/btree/BTreeLL.cpp 0.00% 33 Missing :warning:
source/concurrency-recovery/HistoryTree.cpp 0.00% 29 Missing :warning:
source/KVInterface.hpp 0.00% 25 Missing :warning:
source/storage/btree/core/BTreeWALPayload.hpp 47.05% 6 Missing and 3 partials :warning:
source/concurrency-recovery/ConcurrencyControl.cpp 14.28% 6 Missing :warning:
source/concurrency-recovery/Worker.cpp 20.00% 4 Missing :warning:
... and 4 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #8 +/- ## ========================================== - Coverage 21.66% 21.64% -0.03% ========================================== Files 82 84 +2 Lines 7703 7720 +17 Branches 3177 3205 +28 ========================================== + Hits 1669 1671 +2 - Misses 5196 5212 +16 + Partials 838 837 -1 ```

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