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

perf: parallel search partitions in subindex #3060

Merged
merged 1 commit into from
Oct 29, 2024
Merged

Conversation

chebbyChefNEQ
Copy link
Contributor

V1 baseline

Running query with nprobes: 1, refine_factor: 0
Time: 652.877µs

Running query with nprobes: 10, refine_factor: 0
Time: 818.418µs

Running query with nprobes: 50, refine_factor: 0
Time: 1.406433ms

Running query with nprobes: 100, refine_factor: 0
Time: 1.747243ms

Running query with nprobes: 512, refine_factor: 0
Time: 5.754752ms

V3 after fix

Running query with nprobes: 1, refine_factor: 0
Time: 667.621µs

Running query with nprobes: 10, refine_factor: 0
Time: 707.589µs

Running query with nprobes: 50, refine_factor: 0
Time: 1.213155ms

Running query with nprobes: 100, refine_factor: 0
Time: 1.559892ms

Running query with nprobes: 512, refine_factor: 0
Time: 5.597119ms

@chebbyChefNEQ
Copy link
Contributor Author

cc: @erikml-db @ankitvij-db

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.61%. Comparing base (8cf899b) to head (ffbf547).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3060      +/-   ##
==========================================
+ Coverage   77.57%   77.61%   +0.03%     
==========================================
  Files         240      240              
  Lines       78636    78639       +3     
  Branches    78636    78639       +3     
==========================================
+ Hits        61001    61032      +31     
- Misses      14495    14497       +2     
+ Partials     3140     3110      -30     
Flag Coverage Δ
unittests 77.61% <100.00%> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@chebbyChefNEQ chebbyChefNEQ merged commit 5b07dbc into main Oct 29, 2024
26 checks passed
@chebbyChefNEQ chebbyChefNEQ deleted the rmeng/float-perf branch October 29, 2024 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants