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

*: Add enable_distance_proj to ANNQueryInfo to indicate if reading distance column from vector index #352

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

EricZequan
Copy link

@EricZequan EricZequan commented Jan 15, 2025

What problem does this PR solve?

Issue Number: ref pingcap/tidb#54245

Problem Summary:

What is changed and how it works?

Proposal: xxx

What's Changed:

How it Works:

Related changes

  • PR to update pingcap/docs/pingcap/docs-cn:
  • Need to cherry-pick to the release branch

@CLAassistant
Copy link

CLAassistant commented Jan 15, 2025

CLA assistant check
All committers have signed the CLA.

@EricZequan
Copy link
Author

/retest


// If enabled, the content of TableScan's vector output column (whose ID is column_id) will not be
// used and TableScan must output an additional column using the Distance function (whose id
// is indicated by virtual_distance_col_id). Implementor does not need to really generate the
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whose id is indicated by virtual_distance_col_id →
whose id must be -2000

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants