Slow query speed using 2.3.5 Milvus #30583
Unanswered
saratkirana
asked this question in
Q&A and General discussion
Replies: 1 comment
-
|
(python sdk)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a 500M records (128 dim) collection loaded into memory with 30 Query Nodes in AWS, Cluster.
A 100 batch search query with topk 50 is taking around 3 sec. I want to improve this, so I tried increasing dataCoord.segment.maxSize to 2048 using helm uprage command and restarted datacoord (kubectl rollout command). But If I go to Attu, Segment_max_size is still set to 512 and no change in number of segments. Can you help me how to update this configuration and any other recommendations to improve this ?
Beta Was this translation helpful? Give feedback.
All reactions