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

feat: support insert after remove #38

Closed zz-jason closed 7 months ago

zz-jason commented 7 months ago
codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (7f5b7c7) 33.30% compared to head (f2cba7a) 34.02%. Report is 1 commits behind head on master.

Files Patch % Lines
source/storage/btree/TransactionKV.cpp 30.02% 141 Missing and 134 partials :warning:
source/storage/btree/TransactionKV.hpp 4.62% 95 Missing and 8 partials :warning:
source/storage/btree/BasicKV.cpp 2.19% 83 Missing and 6 partials :warning:
source/storage/btree/Tuple.cpp 0.00% 68 Missing :warning:
source/storage/btree/ChainedTuple.hpp 53.62% 35 Missing and 29 partials :warning:
source/storage/btree/core/BTreeGeneric.cpp 26.25% 23 Missing and 36 partials :warning:
...ce/storage/btree/core/BTreePessimisticIterator.hpp 40.44% 31 Missing and 22 partials :warning:
source/storage/btree/core/BTreeWALPayload.hpp 70.51% 15 Missing and 31 partials :warning:
source/storage/btree/core/BTreeGeneric.hpp 38.35% 17 Missing and 28 partials :warning:
source/concurrency-recovery/HistoryTree.cpp 21.73% 15 Missing and 21 partials :warning:
... and 24 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #38 +/- ## ========================================== + Coverage 33.30% 34.02% +0.71% ========================================== Files 84 85 +1 Lines 7455 7618 +163 Branches 3563 3608 +45 ========================================== + Hits 2483 2592 +109 - Misses 3471 3494 +23 - Partials 1501 1532 +31 ```

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