yugabyte / yugabyte-db

YugabyteDB - the cloud native distributed SQL database for mission-critical applications.
https://www.yugabyte.com
Other
9.04k stars 1.08k forks source link

[DocDB] Fetch intents DB when querying vector index #24947

Open spolitov opened 1 week ago

spolitov commented 1 week ago

Jira Link: DB-14085

Description

The vector index is updated only when transaction is applied. So we could get into situation when transaction was committed, but not yet applied. In this case we should scan intents DB for updated vectors and take them into account when populating read result.

Issue Type

kind/enhancement

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