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

Range Query Optimization (For sequential Vindex types) #17342

Merged
merged 16 commits into from
Dec 20, 2024

Empty commit to trigger CI

01007a5
Select commit
Loading
Failed to load commit list.
Merged

Range Query Optimization (For sequential Vindex types) #17342

Empty commit to trigger CI
01007a5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 20, 2024 in 0s

67.63% (+0.03%) compared to 56b5c2a

View this Pull Request on Codecov

67.63% (+0.03%) compared to 56b5c2a

Details

Codecov Report

Attention: Patch coverage is 44.70588% with 47 lines in your changes missing coverage. Please review.

Project coverage is 67.63%. Comparing base (56b5c2a) to head (01007a5).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
go/vt/vtgate/engine/routing.go 0.00% 30 Missing ⚠️
go/vt/vtgate/vindexes/numeric.go 0.00% 11 Missing ⚠️
go/vt/vtgate/vindexes/binary.go 63.63% 4 Missing ⚠️
...vt/vtgate/planbuilder/operators/sharded_routing.go 93.54% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17342      +/-   ##
==========================================
+ Coverage   67.60%   67.63%   +0.03%     
==========================================
  Files        1581     1581              
  Lines      253945   253860      -85     
==========================================
+ Hits       171670   171708      +38     
+ Misses      82275    82152     -123     

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