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

Parallel Hash Index #2615

Merged
merged 3 commits into from
Jan 3, 2024

processor: use queue-based index building

da0e70f
Select commit
Loading
Failed to load commit list.
Merged

Parallel Hash Index #2615

processor: use queue-based index building
da0e70f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 3, 2024 in 1s

91.31% (target 80.00%)

View this Pull Request on Codecov

91.31% (target 80.00%)

Details

Codecov Report

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

Comparison is base (508dc50) 93.40% compared to head (da0e70f) 91.31%.

Files Patch % Lines
...rc/processor/operator/persistent/index_builder.cpp 89.88% 9 Missing ⚠️
src/include/storage/index/hash_index_builder.h 57.89% 8 Missing ⚠️
src/common/file_system/local_file_system.cpp 0.00% 1 Missing ⚠️
src/processor/operator/persistent/copy_node.cpp 96.87% 1 Missing ⚠️
src/storage/index/hash_index_builder.cpp 97.56% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2615      +/-   ##
==========================================
- Coverage   93.40%   91.31%   -2.10%     
==========================================
  Files        1041     1046       +5     
  Lines       39002    39181     +179     
==========================================
- Hits        36431    35779     -652     
- Misses       2571     3402     +831     

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