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

perf: improve write performance #78

Closed zz-jason closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 37.43%. Comparing base (7f47f72) to head (7612631).

Files Patch % Lines
src/telemetry/MetricsHttpExposer.hpp 8.33% 9 Missing and 2 partials :warning:
src/utils/RandomGenerator.hpp 0.00% 6 Missing :warning:
src/concurrency/GroupCommitter.cpp 62.50% 0 Missing and 3 partials :warning:
src/utils/AsyncIo.hpp 0.00% 3 Missing :warning:
src/concurrency/WalEntry.hpp 0.00% 0 Missing and 1 partial :warning:
src/concurrency/WalPayloadHandler.hpp 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #78 +/- ## ========================================== + Coverage 37.34% 37.43% +0.09% ========================================== Files 91 91 Lines 7899 7925 +26 Branches 3817 3827 +10 ========================================== + Hits 2950 2967 +17 - Misses 3086 3088 +2 - Partials 1863 1870 +7 ```

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