Vector: optimize read performance#9687
Vector: optimize read performance#9687Lloyd-Pottiger wants to merge 9 commits intopingcap:masterfrom
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
d1bd77f to
1f05da3
Compare
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
4453ade to
e252f97
Compare
Signed-off-by: Lloyd-Pottiger <yan1579196623@gmail.com>
|
@Lloyd-Pottiger: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
What problem does this PR solve?
Issue Number: ref #9032
Problem Summary:
What is changed and how it works?
Depends on #9678, #9690
readWithFilterrather thanreadwhen there are vector indexes.This PR can improve 8.5% QPS of vector search in scenarios with updates.
before
after
Why it has no benefit in scenarios with static data?
Check List
Tests
Side effects
Documentation
Release note