Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mvcc insert & update & delete & select #150

Merged
merged 1 commit into from
Jan 13, 2025
Merged

mvcc insert & update & delete & select #150

merged 1 commit into from
Jan 13, 2025

Conversation

jiangzhe
Copy link
Owner

Implement basic MVCC.

@codecov-commenter
Copy link

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 67.06799% with 465 lines in your changes missing coverage. Please review.

Project coverage is 71.78%. Comparing base (3590ac7) to head (46e0d5b).

Files with missing lines Patch % Lines
doradb-storage/src/table/mvcc.rs 65.62% 121 Missing ⚠️
doradb-storage/src/trx/row.rs 40.68% 86 Missing ⚠️
doradb-storage/src/row/mod.rs 76.82% 73 Missing ⚠️
doradb-storage/src/buffer/guard.rs 49.09% 56 Missing ⚠️
doradb-storage/src/index/block_index.rs 79.48% 32 Missing ⚠️
doradb-storage/src/value.rs 51.85% 26 Missing ⚠️
doradb-storage/src/index/secondary_index.rs 65.00% 14 Missing ⚠️
doradb-storage/src/buffer/mod.rs 71.79% 11 Missing ⚠️
doradb-storage/src/table/mod.rs 72.50% 11 Missing ⚠️
doradb-storage/src/trx/undo.rs 73.80% 11 Missing ⚠️
... and 5 more

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #150      +/-   ##
==========================================
+ Coverage   70.79%   71.78%   +0.98%     
==========================================
  Files         136      139       +3     
  Lines       18576    19387     +811     
==========================================
+ Hits        13151    13916     +765     
- Misses       5425     5471      +46     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jiangzhe jiangzhe merged commit 845bf60 into main Jan 13, 2025
1 check passed
@jiangzhe jiangzhe deleted the mvcc branch January 13, 2025 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants