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
9 stars 0 forks source link

chore: refactor btree split #57

Closed zz-jason closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 33.15789% with 127 lines in your changes are missing coverage. Please review.

Project coverage is 35.31%. Comparing base (bccbae6) to head (956c9f5).

Files Patch % Lines
source/storage/btree/core/BTreeGeneric.cpp 32.43% 11 Missing and 39 partials :warning:
source/storage/btree/core/BTreeNode.cpp 35.29% 10 Missing and 12 partials :warning:
source/concurrency-recovery/Recovery.hpp 14.28% 3 Missing and 9 partials :warning:
...e/btree/core/BTreePessimisticExclusiveIterator.hpp 8.33% 10 Missing and 1 partial :warning:
source/storage/btree/core/BTreeGeneric.hpp 11.11% 3 Missing and 5 partials :warning:
...urce/storage/buffer-manager/GuardedBufferFrame.hpp 33.33% 2 Missing and 4 partials :warning:
...ce/storage/btree/core/BTreePessimisticIterator.hpp 37.50% 1 Missing and 4 partials :warning:
source/storage/buffer-manager/BufferFrame.hpp 28.57% 0 Missing and 5 partials :warning:
source/storage/buffer-manager/TreeRegistry.hpp 0.00% 3 Missing :warning:
source/LeanStore.cpp 0.00% 0 Missing and 2 partials :warning:
... and 3 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #57 +/- ## ========================================== + Coverage 35.27% 35.31% +0.03% ========================================== Files 88 88 Lines 7914 7925 +11 Branches 3902 3911 +9 ========================================== + Hits 2792 2799 +7 - Misses 3327 3335 +8 + Partials 1795 1791 -4 ```

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