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: remove WalTxCommit #73

Closed zz-jason closed 4 months ago

zz-jason commented 4 months ago

For normally ended transactions, WalTxFinish is sufficient to indicate the success and finish of the current transaction. Remove WalTxCommit to reduce log size and improve write performance.

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 37.07%. Comparing base (8f0557b) to head (4b7d145).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #73 +/- ## ========================================== - Coverage 37.09% 37.07% -0.02% ========================================== Files 88 88 Lines 7897 7889 -8 Branches 3854 3850 -4 ========================================== - Hits 2929 2925 -4 Misses 3099 3099 + Partials 1869 1865 -4 ```

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