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: reduce wal size #70

Closed zz-jason closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 36.85%. Comparing base (636fc59) to head (27528b5).

Files Patch % Lines
src/btree/core/BTreeWalPayload.cpp 61.90% 2 Missing and 54 partials :warning:
src/concurrency/WalEntry.hpp 45.65% 3 Missing and 22 partials :warning:
src/btree/core/BTreeWalPayload.hpp 85.18% 2 Missing and 2 partials :warning:
src/concurrency/Logging.cpp 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #70 +/- ## ========================================== + Coverage 36.59% 36.85% +0.26% ========================================== Files 87 88 +1 Lines 7816 7872 +56 Branches 3811 3843 +32 ========================================== + Hits 2860 2901 +41 + Misses 3129 3114 -15 - Partials 1827 1857 +30 ```

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