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

feat: support wal && recover from remove #61

Closed zz-jason closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

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

Project coverage is 35.98%. Comparing base (0bb85bc) to head (68784ed).

Files Patch % Lines
source/concurrency-recovery/Recovery.cpp 55.55% 1 Missing and 7 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #61 +/- ## ========================================== + Coverage 35.90% 35.98% +0.08% ========================================== Files 88 88 Lines 8022 8039 +17 Branches 3947 3952 +5 ========================================== + Hits 2880 2893 +13 + Misses 3294 3292 -2 - Partials 1848 1854 +6 ```

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