Skip to content

Improve the vector search performance with rows in the delta-layer #9600

@JaySon-Huang

Description

@JaySon-Huang

When there are updates to the table with vector index, the QPS of vector search will drop quickly. One of the reason is there is no vector index built on top of the delta layer. So it takes lots of disk IO and CPU to load and compute the distance.
Building vector index on the delta-layer could help improve the vector search performance with updates.

Metadata

Metadata

Labels

type/enhancementThe issue or PR belongs to an enhancement.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions