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: put history tree directly to concurrency control #66

Closed zz-jason closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 36.74%. Comparing base (a4e8886) to head (2feee65).

Files Patch % Lines
src/btree/Tuple.cpp 0.00% 13 Missing :warning:
src/concurrency-recovery/CRMG.cpp 25.00% 4 Missing and 5 partials :warning:
src/btree/ChainedTuple.hpp 60.00% 3 Missing and 1 partial :warning:
src/concurrency-recovery/HistoryStorage.cpp 77.77% 4 Missing :warning:
src/concurrency-recovery/ConcurrencyControl.cpp 0.00% 0 Missing and 3 partials :warning:
src/concurrency-recovery/ConcurrencyControl.hpp 50.00% 0 Missing and 2 partials :warning:
src/concurrency-recovery/Worker.cpp 50.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #66 +/- ## ========================================== + Coverage 36.71% 36.74% +0.02% ========================================== Files 85 84 -1 Lines 7876 7871 -5 Branches 3847 3841 -6 ========================================== Hits 2892 2892 Misses 3125 3125 + Partials 1859 1854 -5 ```

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