You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
144681: sql: support vector indexes with external row data r=andy-kimball a=DrewKimball
#### cspann: implement "read-only" mode
This commit adds support for read-only indexes to the cspann library.
If `readOnly=true` is supplied to `cspann.NewIndex`, fixups will be
disabled for that index instance, as will merging into the global
index stats.
Informs #144679
Release note: None
#### sql: support vector indexes with external row data
This commit fixes a few cases where vector-indexing logic was not
correctly using the table's `ExternalRowData` if it was set. It also
initializes `cspann.VectorIndex` instances in read-only mode if the
table with the index has external row data.
Fixes#144679
Release note (bug fix): Fixed a bug in alpha versions of 25.2 as well
as `v25.2.0-beta.1` that would cause vector indexes to return incorrect
or no results from a standby reader in a PCR setup.
Co-authored-by: Drew Kimball <[email protected]>
0 commit comments