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 tuple, wal, and btree vi #37

Closed zz-jason closed 7 months ago

zz-jason commented 7 months ago

Main changes:

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (7f5b7c7) 33.30% compared to head (e57a9ce) 33.49%.

Files Patch % Lines
source/storage/btree/TxBTree.hpp 3.33% 80 Missing and 7 partials :warning:
source/storage/btree/TxBTree.cpp 22.01% 56 Missing and 29 partials :warning:
source/storage/btree/ChainedTuple.hpp 49.23% 38 Missing and 28 partials :warning:
source/storage/btree/BTreeLL.cpp 0.00% 60 Missing and 1 partial :warning:
source/storage/btree/Tuple.cpp 0.00% 58 Missing :warning:
...ce/storage/btree/core/BTreePessimisticIterator.hpp 41.55% 24 Missing and 21 partials :warning:
source/storage/btree/core/BTreeGeneric.cpp 25.00% 3 Missing and 30 partials :warning:
source/storage/btree/core/BTreeWALPayload.hpp 70.90% 8 Missing and 24 partials :warning:
source/storage/btree/Tuple.hpp 31.57% 26 Missing :warning:
...urce/storage/btree/core/BTreeExclusiveIterator.hpp 16.66% 12 Missing and 13 partials :warning:
... and 13 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #37 +/- ## ========================================== + Coverage 33.30% 33.49% +0.18% ========================================== Files 84 85 +1 Lines 7455 7482 +27 Branches 3563 3555 -8 ========================================== + Hits 2483 2506 +23 Misses 3471 3471 - Partials 1501 1505 +4 ```

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