Skip to content

Is the costtime linear with the number of partitions? #4596

Discussion options

You must be logged in to vote

Search time cost mostly depends on this factors:

  1. how many segments(more segments bring more cost on meta service)
  2. how many vectors
  3. vector dimensions
  4. what kind of index, and index parameters
  5. search parameters: nq, nprobe, topk. (For 0.10.x, milvus can combine multiple requests with similar search parameters)
  6. CPU ability(sometimes affected by NUMA)

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
2 replies
@CrazyTianC
Comment options

@shiyu22
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by sahuang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants