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

[DocDB] Implement VectorIndexFetcher by VectorIndexUpdate #23524

Closed
1 task done
spolitov opened this issue Aug 16, 2024 · 0 comments
Closed
1 task done

[DocDB] Implement VectorIndexFetcher by VectorIndexUpdate #23524

spolitov opened this issue Aug 16, 2024 · 0 comments
Assignees
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue

Comments

@spolitov
Copy link
Contributor

spolitov commented Aug 16, 2024

Jira Link: DB-12440

Description

While reading vector index data during update.
We should return take into account the changed data.

Issue Type

kind/enhancement

Warning: Please confirm that this issue does not contain any sensitive information

  • I confirm this issue does not contain any sensitive information.
@spolitov spolitov added area/docdb YugabyteDB core features status/awaiting-triage Issue awaiting triage labels Aug 16, 2024
@spolitov spolitov self-assigned this Aug 16, 2024
@yugabyte-ci yugabyte-ci added kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue labels Aug 16, 2024
spolitov added a commit that referenced this issue Aug 19, 2024
Summary:
While reading vector index data during an update, we should return take into account the changes stored within the update object.

This diff implements logic to fetch changed data during update.
Jira: DB-12440

Test Plan: VectorIndexDocDBTest.ReadUpdate

Reviewers: mbautin, aleksandr.ponomarenko

Reviewed By: mbautin

Subscribers: ybase

Differential Revision: https://phorge.dev.yugabyte.com/D37337
jasonyb pushed a commit that referenced this issue Aug 21, 2024
Summary:
 feb7ddd [#23524] DocDB: Implement VectorIndexFetcher by VectorIndexUpdate
 5b21f96 Add content for gin_trgm_ops (#23528)
 5878518 [docs] renamed references (#23212)
 67147d2 [PLAT-14993] Clean out pg_data_11 dir on onprem node release/delete
 Excluded: 6daf129 [#23557] Remove empty CatCacheIdMisses_End metric
 d0d8535 [PLAT-14960] make ssh key optional for onprem manual provisioning
 54776ab [DB-10610] YSQL: import Detect integer overflow while computing new array dimensions
 Excluded: 1a3c113 [#19131] YSQL, ASH: Create a view to display wait events information

Test Plan: Jenkins: rebase: pg15-cherrypicks

Reviewers: jason, tfoucher

Tags: #jenkins-ready

Differential Revision: https://phorge.dev.yugabyte.com/D37421
@rthallamko3 rthallamko3 removed the status/awaiting-triage Issue awaiting triage label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docdb YugabyteDB core features kind/enhancement This is an enhancement of an existing feature priority/medium Medium priority issue
Projects
None yet
Development

No branches or pull requests

3 participants