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
20 stars 2 forks source link

chore: refactor concurrency control #40

Closed zz-jason closed 7 months ago

zz-jason commented 7 months ago

maybe concurrency control can be renamed to 'version storage'?

codecov[bot] commented 7 months ago

Codecov Report

Attention: 157 lines in your changes are missing coverage. Please review.

Comparison is base (f72f972) 34.45% compared to head (2963734) 34.51%.

Files Patch % Lines
source/concurrency-recovery/ConcurrencyControl.cpp 42.27% 42 Missing and 29 partials :warning:
source/concurrency-recovery/HistoryTree.cpp 44.64% 19 Missing and 12 partials :warning:
source/storage/btree/TransactionKV.cpp 0.00% 25 Missing :warning:
source/concurrency-recovery/Worker.cpp 50.00% 3 Missing and 5 partials :warning:
source/storage/buffer-manager/TreeRegistry.hpp 0.00% 6 Missing :warning:
source/profiling/tables/ConfigsTable.cpp 0.00% 5 Missing :warning:
source/profiling/tables/DTTable.cpp 0.00% 2 Missing :warning:
source/storage/btree/ChainedTuple.hpp 0.00% 1 Missing and 1 partial :warning:
source/storage/btree/Tuple.cpp 0.00% 2 Missing :warning:
source/storage/btree/core/BTreeGeneric.hpp 0.00% 2 Missing :warning:
... and 2 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #40 +/- ## ========================================== + Coverage 34.45% 34.51% +0.06% ========================================== Files 85 85 Lines 7619 7619 Branches 3612 3608 -4 ========================================== + Hits 2625 2630 +5 + Misses 3420 3418 -2 + Partials 1574 1571 -3 ```

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