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

fix: Skip load extra indexes for sorted segment pk field #39389

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

congqixia
Copy link
Contributor

Related to #39339

Extra indexes can be ignored for most cases since sorted pk column already provided indexing features

Related to milvus-io#39339

Extra indexes can be ignored for most cases since sorted pk column
already provided indexing features

Signed-off-by: Congqi Xia <[email protected]>
@sre-ci-robot sre-ci-robot added the size/S Denotes a PR that changes 10-29 lines. label Jan 17, 2025
@sre-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: congqixia

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@mergify mergify bot added dco-passed DCO check passed. kind/bug Issues or changes related a bug labels Jan 17, 2025
Copy link
Contributor

mergify bot commented Jan 17, 2025

@congqixia go-sdk check failed, comment rerun go-sdk can trigger the job again.

@congqixia
Copy link
Contributor Author

rerun go-sdk

Signed-off-by: Congqi Xia <[email protected]>
Copy link
Contributor

mergify bot commented Jan 17, 2025

@congqixia go-sdk check failed, comment rerun go-sdk can trigger the job again.

Copy link

codecov bot commented Jan 17, 2025

Codecov Report

Attention: Patch coverage is 33.33333% with 4 lines in your changes missing coverage. Please review.

Project coverage is 81.03%. Comparing base (92bde5b) to head (552eba9).
Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
...rnal/core/src/segcore/ChunkedSegmentSealedImpl.cpp 33.33% 2 Missing ⚠️
internal/core/src/segcore/SegmentSealedImpl.cpp 33.33% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #39389      +/-   ##
==========================================
+ Coverage   80.99%   81.03%   +0.04%     
==========================================
  Files        1407     1407              
  Lines      198528   198532       +4     
==========================================
+ Hits       160794   160886      +92     
+ Misses      32063    31998      -65     
+ Partials     5671     5648      -23     
Components Coverage Δ
Client 79.50% <ø> (ø)
Core 69.46% <33.33%> (-0.02%) ⬇️
Go 82.98% <ø> (+0.05%) ⬆️
Files with missing lines Coverage Δ
...rnal/core/src/segcore/ChunkedSegmentSealedImpl.cpp 22.81% <33.33%> (-0.05%) ⬇️
internal/core/src/segcore/SegmentSealedImpl.cpp 83.91% <33.33%> (-0.17%) ⬇️

... and 28 files with indirect coverage changes

@congqixia
Copy link
Contributor Author

rerun go-sdk

sre-ci-robot pushed a commit that referenced this pull request Jan 17, 2025
Cherry-pick from master
pr: #39389
Related to #39339

Extra indexes can be ignored for most cases since sorted pk column
already provided indexing features

---------

Signed-off-by: Congqi Xia <[email protected]>
@mergify mergify bot added the ci-passed label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved ci-passed dco-passed DCO check passed. kind/bug Issues or changes related a bug size/S Denotes a PR that changes 10-29 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants