Skip to content

vectordbbench should detect the index mis-match #634

@cydrain

Description

@cydrain

Reproduce steps:

  1. create HNSW-SQ index with following command:
vectordbbench milvushnswsq   --uri "http://10.220.56.72:19530"   --case-type Performance1024D10M  --drop-old   --m 16   --ef-construction 128   --ef-search 100  --refine false  --refine-type fp32  --refine-k 100  --sq-type sq8
  1. retest QPS as HNSW index type with following command:
vectordbbench milvushnsw   --uri "http://10.220.56.72:19530"   --case-type Performance1024D10M  --skip-drop-old  --skip-load  --m 16   --ef-construction 128   --ef-search 100

vectordbbench should report index type mis-match, but not

Metadata

Metadata

Assignees

No one assigned

    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