Skip to content

Vector index table contains too many rows #18979

@kungasc

Description

@kungasc
ALTER TABLE xxxxx
ADD INDEX idx_vector2
GLOBAL USING vector_kmeans_tree
ON (embedding)
WITH (distance=cosine, vector_type="float", vector_dimension=1024, levels=2, clusters=200);

SELECT COUNT(*) FROM `xxxxx`;

column0
288624165

SELECT COUNT(*) FROM `xxxxx/idx_vector2/indexImplPostingTable`

column0
290170401

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions