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
26 stars 2 forks source link

feat: support wal && recover from update partial #60

Closed zz-jason closed 7 months ago

codecov[bot] commented 7 months ago

Codecov Report

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

Project coverage is 35.90%. Comparing base (6c0ae5d) to head (8b42fb1).

Files Patch % Lines
source/storage/btree/core/BTreeNode.cpp 24.48% 32 Missing and 5 partials :warning:
source/concurrency-recovery/Recovery.cpp 70.00% 1 Missing and 5 partials :warning:
source/storage/btree/TransactionKV.cpp 33.33% 2 Missing :warning:
source/storage/btree/ChainedTuple.hpp 75.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #60 +/- ## ========================================== + Coverage 35.77% 35.90% +0.12% ========================================== Files 88 88 Lines 8002 8022 +20 Branches 3944 3947 +3 ========================================== + Hits 2863 2880 +17 + Misses 3296 3294 -2 - Partials 1843 1848 +5 ```

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