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: parallelize indexing partitions #3303

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

BubbleCal
Copy link
Contributor

@BubbleCal BubbleCal commented Dec 27, 2024

parallelize v3 indexing partitions, this would improve indexing speed for IVF_PQ & IVF_FLAT on v3

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 85.59322% with 17 lines in your changes missing coverage. Please review.

Project coverage is 79.03%. Comparing base (bcb040e) to head (75da9e2).

Files with missing lines Patch % Lines
rust/lance/src/index/vector/builder.rs 85.59% 1 Missing and 16 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3303      +/-   ##
==========================================
+ Coverage   78.96%   79.03%   +0.07%     
==========================================
  Files         246      246              
  Lines       87589    87648      +59     
  Branches    87589    87648      +59     
==========================================
+ Hits        69164    69274     +110     
+ Misses      15558    15509      -49     
+ Partials     2867     2865       -2     
Flag Coverage Δ
unittests 79.03% <85.59%> (+0.07%) ⬆️

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.

@BubbleCal BubbleCal marked this pull request as ready for review December 27, 2024 08:44
@BubbleCal BubbleCal merged commit 8585207 into lancedb:main Jan 3, 2025
29 checks passed
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