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 transaction kv lookup performance #80

Closed zz-jason closed 3 months ago

zz-jason commented 4 months ago
codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 37.44%. Comparing base (4cff0ce) to head (9e2ab81). Report is 1 commits behind head on master.

Files Patch % Lines
src/btree/TransactionKV.cpp 36.36% 2 Missing and 12 partials :warning:
src/btree/core/BTreeGeneric.hpp 16.66% 0 Missing and 5 partials :warning:
include/leanstore/LeanStore.hpp 0.00% 2 Missing :warning:
src/concurrency/Worker.cpp 50.00% 1 Missing and 1 partial :warning:
src/btree/BasicKV.cpp 0.00% 0 Missing and 1 partial :warning:
src/btree/core/BTreePessimisticIterator.hpp 50.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #80 +/- ## ========================================== + Coverage 37.34% 37.44% +0.10% ========================================== Files 91 91 Lines 7927 7955 +28 Branches 3829 3846 +17 ========================================== + Hits 2960 2979 +19 + Misses 3098 3091 -7 - Partials 1869 1885 +16 ```

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