search and query latency #40639
Unanswered
zhu3359
asked this question in
Q&A and General discussion
Replies: 2 comments 7 replies
-
Set consistency_level to be "Bounded" or "Eventually".
For more info: https://milvus.io/docs/consistency.md#Consistency-Level |
Beta Was this translation helpful? Give feedback.
5 replies
-
My guess is that you are filtering a json filed or dynamic field, causing the performance become bad |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i delpoy a miluvs cluster who has two querynode, and create two collections with 20k entities each, i test that it takes about more than 400ms to query and search, dose this meet the expections? i see some data from monitoring service,
Search Latency: p99-milvus-proxy--query: 500+ms
p99-milvus-proxy--search: 2ms
p99-milvus-querynode--query: 500+ms
p99-milvus-querynode--query-Sealed: 500+ms
Beta Was this translation helpful? Give feedback.
All reactions